GfsOutputSimulation
From Gerris
GfsOutputSimulation will write a description of the current state of the simulation which contains both standard simulation parameters, layout of the cell hierarchy and associated variable values.
The syntax in parameter files is:
[ GfsOutput ] { depth = 5 variables = U,V,C binary = 1 solid = 0 format = text precision = %.8f }
with:
- depth
- an optional parameter setting the maximum depth which will be considered (the default is infinity).
- variables
- a comma-separated list of the names of the variables which will be written. The default is all the simulation permanent variables.
- binary
- an optional parameter specifying if a binary format should be used. Binary files allow faster reading of simulation files and are the default. Setting binary to 0 will use a more portable ASCII format.
- solid
- an optional parameter specifying if the surface describing solid boundaries should be included in the simulation file. The default is to include the solid surface.
- format
- an optional parameter specifying which file format to use:
- precision
- an optional C formatting string used to convert floating-point numbers to their ASCII representation (only relevant for ASCII file formats). The default is
%g.
Examples
- Rayleigh-Taylor instability
- Boussinesq flow generated by a heated cylinder
- Turbulent air flow around RV Tangaroa
- Coalescence of a pair of Gaussian vortices (Gerris logo)
- Lunar tides in Cook Strait, New Zealand
- Air-water flow around a Series 60 cargo ship
- "Garden sprinkler effect" in wave model
- Convergence of the Poisson solver with solid boundaries
- Star-shaped solid boundary with refinement
- Star-shaped solid boundary
- Thin wall at box boundary
- Time-reversed advection with curvature-based refinement
- Convergence for the three-way vortex merging problem
- Potential flow around a sphere
- Viscous flow past a sphere
- Mass conservation
- Convergence of a potential flow solution
- Flow through a divergent channel
- Circular droplet in equilibrium
- Axisymmetric spherical droplet in equilibrium
- Geostrophic adjustment
- Coastally-trapped waves
- Coastally-trapped waves with adaptive refinement
OutputSimulation { step = 0.1 } stdout
OutputSimulation { istep = 4 } stdout
OutputSimulation { istep = 4 } stdout
OutputSimulation { start = end } simulation-sum {
variables = SU,SV,SW,SU2,SV2,SW2
}
OutputSimulation { istep = 10 } stdout
OutputSimulation { istep = 20 } stdout { solid = 0 }
OutputSimulation { start = end } end.gfs
OutputSimulation { istep = 5 end = 4 } stdout
OutputSimulation { start = 1 step = 1 } sim-%g.gfs
OutputSimulation { step = 12 } sim-MINLEVEL-NTHETA-%g.gfs
OutputSimulation { start = end } end-MINLEVEL-NTHETA.gfs
OutputSimulation { start = end } sim-LEVEL { variables = P }
OutputSimulation { start = end } sim-LEVEL { variables = P }
OutputSimulation { start = end } sim-LEVEL { variables = P }
OutputSimulation { start = end } sim-LEVEL { variables = P }
OutputSimulation { start = 2.5 } stdout
OutputSimulation { start = 0.05 } stdout
OutputSimulation { start = 0.15 } stdout
OutputSimulation { start = 0.25 } stdout
OutputSimulation { start = 0.25 } SIM
OutputSimulation { start = end } sim-LEVEL.gfs
OutputSimulation { start = end } end-LEVEL-RE.gfs
OutputSimulation { step = 0.2 } stdout
OutputSimulation { start = end } sim-LEVEL {
variables = U,V,P
}
OutputSimulation { start = end } sim-LEVEL {
variables = U,V,P
}
OutputSimulation { start = end } stdout { depth = LEVEL }
OutputSimulation { start = end } stdout { depth = LEVEL }
OutputSimulation { istart = 100 iend = 500 istep = 100 } stdout
OutputSimulation { istart = 1500 } stdout
OutputSimulation { start = end } sim-LEVEL
OutputSimulation { start = end } sim-LEVEL

