Marine systems simulation
DeepSeaGravityWaves.xml
1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "fhsim_environment"
5 SimObject = "DeepSeaGravityWaves"
6 Name = "Environment"
7 WaveTheory = "Airy"
8 Spectrum = "Spectrum"
9 WaveSpecter = "JONSWAP"
10 LongCrestedPower = "1000.0"
11 SignificantWaveHeight = "3.5"
12 MeanWavePeriod = "6"
13 MainWaveDirectionRad = "0"
14 DepthLayerThickness = "50"
15 CurrentVelocity = "0.05,0.05"
16 CurrentDirectionRads = "0,0"
17 SkyboxMaterial = "environment/Skybox/Mountains"
18 />
19 </OBJECTS>
20
21 <INTERCONNECTIONS>
22 </INTERCONNECTIONS>
23
24 <INITIALIZATION>
25 <InitialCondition
26 />
27 </INITIALIZATION>
28
29 <INTEGRATION>
30 <Engine
31 IntegratorMethod="2"
32 NumCores="1"
33 TOutput="0, 1, 30"
34 LogStates ="1"
35 stepsize ="1e-5"
36 HMax="0.002"
37 HMin="0.00000001"
38 AbsTol="1e-3" RelTol="1e-3"
39 UseRSSNormInsteadOfInfNorm="0"
40 FileOutput="objects:all"
41 />
42 </INTEGRATION>
43</Contents>