BlueM.Sim Development: Difference between revisions
Jump to navigation
Jump to search
(added section for testing) |
(translation and remove broken links) |
||
Line 4: | Line 4: | ||
==Code== | ==Code== | ||
{{SVN_Hilfe}} | {{SVN_Hilfe}} | ||
The source code consist of the following projects: | |||
* '''[[BlueM.Win]]:''' GUI | * '''[[BlueM.Win]]:''' GUI (VB.NET) | ||
* '''[[BlueM.Sim Code|BlueM.Sim]]:''' Fortran | * '''[[BlueM.Sim Code|BlueM.Sim]]:''' Fortran simulation engine | ||
* '''[[BlueM.DLLAdapter]]:''' .NET Wrapper | * '''[[BlueM.DLLAdapter]]:''' .NET Wrapper for communicating with the BlueM.Sim simulation engine | ||
* '''[[Wave]]:''' Tool | * '''[[Wave]]:''' Tool for time series display and analysis | ||
There are two possibilities for getting the code: | |||
* | * Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects: <br/>http://svn.bluemodel.org/Meta/BlueM.Win/ | ||
:'' | :''or'' | ||
* | * Checkout the projects from SVN individually (see URLs below) and combine them in a solution. | ||
:{| cellpadding="5" cellspacing="0" border="0" class="standard stripes" | :{| cellpadding="5" cellspacing="0" border="0" class="standard stripes" | ||
! | ! Project !! SVN repository !! WebSVN | ||
|- | |- | ||
| BlueM.Win || | | BlueM.Win || https://svn.bluemodel.org/BlueM.Win/ || [https://websvn.bluemodel.org/listing.php?repname=BlueM.Win&path=%2F&sc=1 BlueM.Win] | ||
|- | |- | ||
| BlueM.Sim || | | BlueM.Sim || https://svn.bluemodel.org/BlueM.Sim/ || [https://websvn.bluemodel.org/listing.php?repname=BlueM.Sim&path=%2F&sc=1 BlueM.Sim] | ||
|- | |- | ||
| BlueM.DLLAdapter || | | BlueM.DLLAdapter || https://svn.bluemodel.org/BlueM.DLLAdapter/ || [https://websvn.bluemodel.org/listing.php?repname=BlueM.DLLAdapter&path=%2F&sc=1 BlueM.DLLAdapter] | ||
|- | |- | ||
| Wave || | | Wave || https://svn.bluemodel.org/Wave/ || [https://websvn.bluemodel.org/listing.php?repname=Wave&path=%2F&sc=1 Wave] | ||
|} | |} | ||
Line 34: | Line 34: | ||
==Docs== | ==Docs== | ||
'''BlueM.Sim''':<br/> | '''BlueM.Sim''':<br/> | ||
:→ ''siehe [[BlueM.Sim Code]]'' | :→ ''siehe [[BlueM.Sim Code]]'' |
Revision as of 04:55, 24 April 2021
BlueM.Sim | Download | Application | Theory | Development
Code
The source code consist of the following projects:
- BlueM.Win: GUI (VB.NET)
- BlueM.Sim: Fortran simulation engine
- BlueM.DLLAdapter: .NET Wrapper for communicating with the BlueM.Sim simulation engine
- Wave: Tool for time series display and analysis
There are two possibilities for getting the code:
- Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects:
http://svn.bluemodel.org/Meta/BlueM.Win/
- or
- Checkout the projects from SVN individually (see URLs below) and combine them in a solution.
Project SVN repository WebSVN BlueM.Win https://svn.bluemodel.org/BlueM.Win/ BlueM.Win BlueM.Sim https://svn.bluemodel.org/BlueM.Sim/ BlueM.Sim BlueM.DLLAdapter https://svn.bluemodel.org/BlueM.DLLAdapter/ BlueM.DLLAdapter Wave https://svn.bluemodel.org/Wave/ Wave
Compilation
- → see BlueM.Sim compilation
Testing
- → see BlueM.DLLAdapterTest
Docs
BlueM.Sim:
- → siehe BlueM.Sim Code
Style
- → siehe Code-Formatierung