This is an example of the full 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 RandomSeed = "123456"
9 Bathymetry.Depth = "200"
10 Bathymetry.Model = "SumOfSines"
11 Bathymetry.NumStructures = "10"
12 Bathymetry.StructureLengthMax = "100"
13 Bathymetry.StructureLengthMin = "10"
14 Bathymetry.StructureMaxHeight = "10"
15 Current.Model = "Constant"
16 Current.Vector = "1,0,0"
17
18
19
20
21
22
23
24
25
26
27 Seafloor.CableDampingNormal = "1"
28 Seafloor.CableDampingTangential = "0.1"
29 Seafloor.DampingHorizontal = "2000"
30 Seafloor.DampingVertical = "1E+04"
31 Seafloor.Density = "5000"
32 Seafloor.Hardness = "2000"
33 SeafloorForces.Model = "Model1"
34 Visual.PhysicalWaves = "True"
35 Visual.Quality = "10"
36 Visual.Sky = "Cloudy"
37 Visual.Vertices = "100,200"
38 Visual.WorldRadius="2000"
39 Waves.DirectionBinning = "Sequential"
40 Waves.DirectionCosinePower = "20"
41 Waves.FrequencyBinning = "EqualSqrtEnergy"
42 Waves.Hs = "1"
43 Waves.MainDirectionDeg = "90"
44 Waves.MeanPeriod = "4"
45 Waves.Spectrum = "JONSWAP"
46 Waves.NumWaves = "12"
47 Waves.OmegaNormalizedMax = "3.0"
48 Waves.OmegaNormalizedMin = "0.5"
49 Waves.Theory = "Gerstner"
50 />
51 </OBJECTS>
52
53 <INTERCONNECTIONS>
54 </INTERCONNECTIONS>
55
56 <INITIALIZATION>
57 <InitialCondition />
58 </INITIALIZATION>
59
60 <INTEGRATION>
61 <Engine
62 IntegratorMethod = "2"
63 NumCores = "6"
64 TOutput = "0, 1, 3000"
65 LogStates = "1"
66 stepsize = "0"
67 HMax = "0.02"
68 HMin = "0.00000000000000001"
69 AbsTol = "1e-6"
70 RelTol = "1e-6"
71 UseRSSNormInsteadOfInfNorm = "0"
72 FileOutput = "objects:all"
73 />
74 </INTEGRATION>
75
76</Contents>