Marine systems simulation
Loading...
Searching...
No Matches
EnvironmentMinParams.xml

This is an example of the minimum set of parameters required to define an environment.

1<Contents>
2 <OBJECTS>
3
4 <Lib
5 LibName = "fhsim_environment"
6 SimObject = "Environment"
7 Name = "Environment"
8 Waves.NumWaves = "52"
9 Waves.Spectrum = "JONSWAP"
10 Waves.Theory = "Airy"
11 Waves.Hs = "1"
12 />
13
14
15 </OBJECTS>
16
17 <INTERCONNECTIONS>
18 </INTERCONNECTIONS>
19
20 <INITIALIZATION>
21 <InitialCondition />
22 </INITIALIZATION>
23
24 <INTEGRATION>
25 <Engine
26 IntegratorMethod = "2"
27 NumCores = "6"
28 TOutput = "0, 1, 3000"
29 LogStates = "1"
30 stepsize = "0"
31 HMax = "0.02"
32 HMin = "0.00000000000000001"
33 AbsTol = "1e-6"
34 RelTol = "1e-6"
35 UseRSSNormInsteadOfInfNorm = "0"
36 FileOutput = "objects:all"
37 />
38 </INTEGRATION>
39
40</Contents>