Apps
|
Functions | |
function | ComputeNonLinearSolution (u, domainDisc, solver) |
function | CreateApproxSpace (dom, discType, p) |
function | CreateDomain () |
function | CreateDomainDisc (approxSpace, discType, p) |
function | CreateSolver (approxSpace, discType, p) |
function | MeasLabel (disc, p) |
function | pGrad2d (x, y, t) return -2 *Umax/R |
function | pSol2d (x, y, t) return -2 *Umax/R *(x-10) end |
function | uGrad2d (x, y, t) return 0 |
function | uSol2d (x, y, t) return(1.0-y *y) *Umax end |
function | velSol2d (x, y, t) return uSol2d(x |
function | vGrad2d (x, y, t) return 0 |
function | vSol2d (x, y, t) return 0.0 end |
Variables | |
parameterBool | convRate |
compute convergence rates; | |
parameterString | difflength = "raw" |
Diffusion length type. | |
parameterNumber | dim = 2 |
world dimension | |
function *Umax *y | end |
parameterBool | exactjac |
If defined, exact jacobian used;. | |
parameterString | grid = "grids/channel20Q18x10.ugx" |
parameterBool | nolaplace |
If defined, only laplace term used;. | |
parameterNumber | numPreRefs = 0 |
number of prerefinements (parallel) | |
parameterNumber | numRefs = 0 |
number of grid refinements | |
parameterNumber | order = 1 |
order pressure and velocity space | |
parameterBool | pecletblend |
If defined, Peclet Blend used;. | |
parameterNumber | porder = order |
parameterNumber | R = 100 |
parameterBool | replot |
parameterString | stab = "fields" |
Stabilization type. | |
parameterBool | stokes |
If defined, only Stokes Eq. computed;. | |
function | t |
parameterNumber | umax = 1 |
parameterString | upwind = "lps" |
Upwind type. | |
parameterNumber | vorder = order |
order velocity space | |
function | y |
function ComputeNonLinearSolution | ( | u | , |
domainDisc | , | ||
solver | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :209-213
function CreateApproxSpace | ( | dom | , |
discType | , | ||
p | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :77-88
function CreateDomain | ( | ) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :67-75
function CreateDomainDisc | ( | approxSpace | , |
discType | , | ||
p | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :105-158
function CreateSolver | ( | approxSpace | , |
discType | , | ||
p | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :164-207
function MeasLabel | ( | disc | , |
p | |||
) |
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :261-333
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :103
location: /home/runner/work/docs/docs/ug4/apps/navier_stokes / channel.lua :97
parameterBool convRate |
compute convergence rates;
parameterString difflength = "raw" |
Diffusion length type.
parameterNumber dim = 2 |
world dimension
function end |
parameterBool exactjac |
If defined, exact jacobian used;.
parameterString grid = "grids/channel20Q18x10.ugx" |
Referenced by MeasLabel().
parameterBool nolaplace |
If defined, only laplace term used;.
parameterNumber numPreRefs = 0 |
number of prerefinements (parallel)
parameterNumber numRefs = 0 |
number of grid refinements
parameterNumber order = 1 |
order pressure and velocity space
parameterBool pecletblend |
If defined, Peclet Blend used;.
parameterNumber porder = order |
parameterNumber R = 100 |
parameterBool replot |
parameterString stab = "fields" |
Stabilization type.
parameterBool stokes |
If defined, only Stokes Eq. computed;.
function t |
parameterNumber umax = 1 |
parameterString upwind = "lps" |
Upwind type.
parameterNumber vorder = order |
order velocity space
function y |
Referenced by MaxLevelPadding(), and MeasLabel().