Apps
|
Functions | |
function | ComputeNonLinearSolution (u, domainDisc, solver) |
function | CreateApproxSpace (dom, discType, vorder, porder) |
function | CreateDomain () |
function | CreateSolver (approxSpace, discType, p) |
function | inletVel3d (x, y, z, t) |
Variables | |
parameterBool | benchRate |
compute benchmark rates; | |
parameterBool | convRate |
compute convergence rates; | |
parameterString | difflength = "cor" |
Diffusion length type. | |
parameterNumber | dim = 2 |
world dimension | |
parameterBool | exactjac |
If defined, exact jacobian used;. | |
parameterString | grid = "grids/cylinder.ugx" |
parameterBool | nolaplace |
If defined, only laplace term used;. | |
parameterNumber | numPreRefs = 0 |
number of prerefinements (parallel) | |
parameterNumber | numRefs = 2 |
number of grid refinements | |
parameterBool | pecletblend |
If defined, Peclet Blend used;. | |
parameterString | stab = "flow" |
Stabilization type. | |
parameterBool | stokes |
If defined, only Stokes Eq. computed;. | |
parameterString | upwind = "full" |
Upwind type. | |
function ComputeNonLinearSolution | ( | u | , |
domainDisc | , | ||
solver | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/Examples / navier_stokes.lua :265-269
location: /home/runner/work/docs/docs/ug4/apps/Examples / navier_stokes.lua :128-139
function CreateDomain | ( | ) |
location: /home/runner/work/docs/docs/ug4/apps/Examples / navier_stokes.lua :82-126
function CreateSolver | ( | approxSpace | , |
discType | , | ||
p | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/Examples / navier_stokes.lua :218-263
/**
/** location: /home/runner/work/docs/docs/ug4/apps/Examples / navier_stokes.lua :189-212
parameterBool benchRate |
compute benchmark rates;
parameterBool convRate |
compute convergence rates;
parameterString difflength = "cor" |
Diffusion length type.
parameterNumber dim = 2 |
world dimension
parameterBool exactjac |
If defined, exact jacobian used;.
parameterString grid = "grids/cylinder.ugx" |
parameterBool nolaplace |
If defined, only laplace term used;.
parameterNumber numPreRefs = 0 |
number of prerefinements (parallel)
parameterNumber numRefs = 2 |
number of grid refinements
parameterBool pecletblend |
If defined, Peclet Blend used;.
parameterString stab = "flow" |
Stabilization type.
parameterBool stokes |
If defined, only Stokes Eq. computed;.
parameterString upwind = "full" |
Upwind type.