Claudio Gomes 879f7b55e6 new release of hintco and shipping mass spring damper example 5 年之前
..
README.md 879f7b55e6 new release of hintco and shipping mass spring damper example 5 年之前
hintco.exe d6b2751b48 release 0.0.2 6 年之前

README.md

Water Tanks Example

To run the water tanks example:

.\hintco.exe -s .\examples\watertanks.xmi -o output -n 1

Then plot with python 3:

python .\scripts\plot_results.py .\output\

Plots will be available at: [outputs](output)

Mass Spring Damper Example

The adaptations used in this example introduce an algebraic loop. So, to run, one has to activate the algebraic loop optimization, which tries to find the best way to break the algebraic loop.

.\hintco.exe -s .\examples\msd_alg_loop.hintco -o output -n 1 -loopOpt

The follow the above procedure to plots the results.