From 94d3e79a8617f88dc0219cfdeedfa3147833719d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 24 Jun 2019 14:43:36 +0200 Subject: Initialize at openlb-1-3 --- .../cavity2d/sequential/description_cavity2d.xml | 345 +++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 examples/laminar/cavity2d/sequential/description_cavity2d.xml (limited to 'examples/laminar/cavity2d/sequential/description_cavity2d.xml') diff --git a/examples/laminar/cavity2d/sequential/description_cavity2d.xml b/examples/laminar/cavity2d/sequential/description_cavity2d.xml new file mode 100644 index 0000000..63874e1 --- /dev/null +++ b/examples/laminar/cavity2d/sequential/description_cavity2d.xml @@ -0,0 +1,345 @@ + + + 0.1 + + Application + Application: Cavity 2D + true + + Name + true + text + cavity2d + Name of the application + + + dim + Dimension + true + spinbox + 2 + 2 + 2 + Dimension of the domain + + + OlbDir + true + file + ../../ + Path to OpenLB directory + + + DiscParam + Discretization Parameters + true + + latticeL + Lattice Length [Si] + true + decimal + 0.0078125 + + Length of a lattice cell in meter (proportional to Knudsen number) + (*obligatory) + + + + latticeU + Lattice Velocity + true + decimal + 0.1 + + Dimensionless lattice velocity (proportional to Mach number) + + + + + PhysParam + Physical Parameters + true + + MaxTime + MaxTime [Si] + true + decimal + 15 + + Maximal simulation time in seconds + + + + charL + Characteristical Length [Si] + true + decimal + 1 + Characteristical length in meter + + + charU + Characteristical Velocity [Si] + true + decimal + 1 + Characteristical speed in m/s + + + viscosityType + Describe viscosity by + true + combobox + + Kinematic viscosity + Reynolds-Number + + Kinematic viscosity + + Kinematic viscosity + + Application + PhysParam + charNu + + true + + + + Application + PhysParam + Re + + false + + + + + Reynolds-Number + + Application + PhysParam + Re + + true + + + + Application + PhysParam + charNu + + false + + + + Choose, whether you want to specify either characteristical kinematic viscosity or Reynolds-Number. + + + charNu + Characteristical Viscosity [Si] + true + decimal + 0.001 + + Kinematic viscosity in m^2/s + + + + Re + Reynolds-Number + false + decimal + 100 + + Reynolds number + + + + charRho + Characteristical Density [Si] + true + decimal + 1 + + Density factor rho in kg/m^d. As average latticeRho is always around 1, specify the average physical density here. + At some point latticeRho can be multplied by this factor to get the local physical density. + + + + charPressure + Characteristical Pressure [Si] + true + decimal + 0 + + This additive pressure constant in Pa is added to the relative pressure result of the computation + to get the absolute value. + + + + + + Output + Output Settings + true + + OutputDir + true + file + ./tmp/ + Directory for output data + + + MultiOutput + Multi-Output Mode + true + checkbox + false + Chooses whether output will be activated per program (false) or per mpi process (true) + + + Log + Logging + true + + Filename + true + file + cavity2d.log + Converter information will be stored in this file. + + + SaveTime + true + decimal + 0.1 + Time intervall for console output + + + + VisualizationVTK + true + + Filename + true + file + cavity2dvtk + No info + + + SaveTime + true + decimal + 1 + No info + + + + VisualizationImages + true + + Filename + true + file + cavity2dimage + No info + + + SaveTime + true + decimal + 1 + No info + + + + Timer + true + + PrintMode + Mode of Output + true + combobox + + csv-style + one-line + two-line-layout + + 0 + Displays timer informations about current calculation with different output modes. + + + SkipType + Skip output by + true + combobox + + Physical time + Time steps + + 0 + + 0 + + Output + Timer + PhysTime + + true + + + + Output + Timer + TimeSteps + + false + + + + + 1 + + Output + Timer + PhysTime + + false + + + + Output + Timer + TimeSteps + + true + + + + Choose, whether timer information should displayed either by physical or computational time steps. + + + PhysTime + true + decimal + .1 + No info + + + TimeSteps + false + text + 128 + 1 will print every step, 2 each second, etc. + + + PrintSummary + true + checkbox + true + Determines whether a summary after calculation should be displayed or not. + + + + -- cgit v1.2.3