BlueM.Sim Development

From BlueM
Revision as of 06:08, 24 April 2021 by Froehlich (talk | contribs) (→‎Code)
Jump to navigation Jump to search

BlueM_icon.png BlueM.Sim | Downloads | Application | Theory | Development

Code

information.png Help with SVN

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:

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