BlueM.Sim Development: Difference between revisions
Jump to navigation
Jump to search
m (→Code) |
(remove SVN references, link to GitHub) |
||
Line 1: | Line 1: | ||
{{ | {{BlueM.Sim_nav}} | ||
<div style="float: right; margin-left: 20px;">__TOC__</div> | <div style="float: right; margin-left: 20px;">__TOC__</div> | ||
== | ==Source code== | ||
The source code consists of the following individual projects: | |||
The source code | * '''[[BlueM.Win]]:''' .NET desktop app | ||
* '''[[BlueM.Win]]:''' | |||
* '''[[BlueM.Sim Code|BlueM.Sim]]:''' Fortran simulation engine | * '''[[BlueM.Sim Code|BlueM.Sim]]:''' Fortran simulation engine | ||
* '''[[BlueM.DLLAdapter]]:''' .NET | * '''[[BlueM.DLLAdapter]]:''' .NET wrapper for communication between BlueM.Win and BlueM.Sim | ||
* '''[[Wave]]:''' Tool for time series display and analysis | * '''[[Gütemodell|BlueM.LaPipe]]:''' component for water quality calculations | ||
* '''[[BlueM.Wave]]:''' Tool for time series display and analysis | |||
All source code and issues are managed on GitHub: https://github.com/bluemodel | |||
==Compilation== | ==Compilation== |
Revision as of 02:05, 23 December 2021
BlueM.Sim | Download | Application | Theory | Development
Source code
The source code consists of the following individual projects:
- BlueM.Win: .NET desktop app
- BlueM.Sim: Fortran simulation engine
- BlueM.DLLAdapter: .NET wrapper for communication between BlueM.Win and BlueM.Sim
- BlueM.LaPipe: component for water quality calculations
- BlueM.Wave: Tool for time series display and analysis
All source code and issues are managed on GitHub: https://github.com/bluemodel
Compilation
- → see BlueM.Sim compilation
Testing
- → see BlueM.DLLAdapterTest
Docs
BlueM.Sim:
- → siehe BlueM.Sim Code
Style
- → siehe Code-Formatierung