Difference between revisions of "ImposedSolution"
From MohidWiki
Line 2: | Line 2: | ||
==Sample configuration== | ==Sample configuration== | ||
+ | |||
+ | A typical file for the hydrodyamic_x.dat would be similar to: | ||
+ | |||
+ | EVOLUTION : Imposed Solution | ||
+ | |||
+ | <begin_waterlevel> | ||
+ | NAME : water level | ||
+ | UNITS : m | ||
+ | DIMENSION : 2D | ||
+ | DEFAULTVALUE : 0 | ||
+ | INITIALIZATION_METHOD : hdf | ||
+ | FILE_IN_TIME : hdf | ||
+ | FILENAME : c | ||
+ | <end_waterlevel> | ||
+ | |||
+ | <begin_velocity_u> | ||
+ | NAME : velocity U | ||
+ | UNITS : m/s | ||
+ | DIMENSION : 3D | ||
+ | DEFAULTVALUE : 0 | ||
+ | INITIALIZATION_METHOD : hdf | ||
+ | FILE_IN_TIME : hdf | ||
+ | FILENAME : ... | ||
+ | <end_velocity_u> | ||
+ | |||
+ | <begin_velocity_v> | ||
+ | NAME : velocity V | ||
+ | UNITS : m/s | ||
+ | DIMENSION : 3D | ||
+ | DEFAULTVALUE : 0 | ||
+ | INITIALIZATION_METHOD : hdf | ||
+ | FILE_IN_TIME : hdf | ||
+ | FILENAME : ... | ||
+ | <end_velocity_v> | ||
==See also== | ==See also== |
Revision as of 11:28, 1 March 2012
The idea behind the imposed solution, is the ability to load pre-calculated hydrodynamic and waterproperties values from hdf5 files. Typically is used to run lagrangian tracers in off-line mode, to run submodels from hydrodynamic and waterproperties hdf5 output windows, to calculate residual fields of velocity and water level, as well as the energy timeserie.
Sample configuration
A typical file for the hydrodyamic_x.dat would be similar to:
EVOLUTION : Imposed Solution
<begin_waterlevel> NAME : water level UNITS : m DIMENSION : 2D DEFAULTVALUE : 0 INITIALIZATION_METHOD : hdf FILE_IN_TIME : hdf FILENAME : c <end_waterlevel>
<begin_velocity_u> NAME : velocity U UNITS : m/s DIMENSION : 3D DEFAULTVALUE : 0 INITIALIZATION_METHOD : hdf FILE_IN_TIME : hdf FILENAME : ... <end_velocity_u> <begin_velocity_v> NAME : velocity V UNITS : m/s DIMENSION : 3D DEFAULTVALUE : 0 INITIALIZATION_METHOD : hdf FILE_IN_TIME : hdf FILENAME : ... <end_velocity_v>