Apps
|
Lua - Script to test the time-dependent navier-stokes. More...
Functions | |
function | CreateApproxSpace (dom, discType, p) |
function | CreateDomain () |
Variables | |
parameterString | difflength = "COR" |
Diffusion length type. | |
parameterNumber | dim = 2 |
parameterNumber | dt = 1e |
parameterNumber | end = 1e0 |
start time | |
parameterBool | exactjac |
If defined, exact jacobian used;. | |
parameterString | grid = "unit_square_01/unit_square_01_quads_2x2_four_bnd.ugx" |
parameterString | linred = 1e |
parameterString | lintol = nlintol |
parameterString | nlinred = nlintol |
parameterString | nlintol = 1e |
parameterBool | nolaplace |
If defined, only laplace term used;. | |
parameterNumber | numPreRefs = 0 |
parameterNumber | numRefs = 4 |
parameterBool | pac |
If defined, pac upwind used;. | |
parameterBool | pecletblend |
If defined, Peclet Blend used;. | |
parameterBool | periodic |
parameterString | stab = "flow" |
Stabilization type. | |
parameterNumber | start = 0 |
parameterBool | stokes |
If defined, only Stokes Eq. computed;. | |
parameterString | upwind = "no" |
Upwind type. | |
Lua - Script to test the time-dependent navier-stokes.
function CreateApproxSpace | ( | dom | , |
discType | , | ||
p | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / chorin.lua :70-81
References CreateDomainDisc(), p, and s.
function CreateDomain | ( | ) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / chorin.lua :53-68
parameterString difflength = "COR" |
Diffusion length type.
parameterNumber dim = 2 |
parameterNumber dt = 1e |
parameterNumber end = 1e0 |
start time
parameterBool exactjac |
If defined, exact jacobian used;.
parameterString grid = "unit_square_01/unit_square_01_quads_2x2_four_bnd.ugx" |
parameterString linred = 1e |
parameterString lintol = nlintol |
parameterString nlinred = nlintol |
parameterString nlintol = 1e |
parameterBool nolaplace |
If defined, only laplace term used;.
parameterNumber numPreRefs = 0 |
parameterNumber numRefs = 4 |
parameterBool pac |
If defined, pac upwind used;.
parameterBool pecletblend |
If defined, Peclet Blend used;.
parameterBool periodic |
parameterString stab = "flow" |
Stabilization type.
parameterNumber start = 0 |
parameterBool stokes |
If defined, only Stokes Eq. computed;.
parameterString upwind = "no" |
Upwind type.