|
Plugins
|
Functions | |
| function util d3f | AdvectLSF (step, t, dt, inst, vol, coef) |
| function util d3f | ComputeFSFVIntegral (step, inst, vol, cmp, time, dest) |
| function util d3f | ComputeFSHeight (step, inst, time) |
| function util d3f | ComputeFSIntegral (step, inst, vol, cmp, time, dest) |
| function util d3f | ComputeFSTransportIntegral (step, inst, problem, vol, time) |
| function util d3f | ComputeFSVolume (step, inst, vol, time) |
| function util d3f | ComputePWFSVolume (step, inst, vol, cmp_w, time) |
| function util d3f | ComputeSDF (inst, time, step) |
| function util d3f | CreateRiverRechargeObject (problem, inst, lsf) |
| function | DDensitySeparationTFct_T (TC) |
| function util d3f parse | Density (DensityDesc, w) |
| function util d3f check | exist (param, name) |
| function | get (x, y, z, t) |
| function util d3f parse | Gravity (GravityDesc) |
| function util d3f | InitLSF (inst, problem, time) |
| function util d3f | InitRivers (problem, inst) |
| function | Kroehn_T (TC) |
| function | PorosityExp_p (p) |
| function util d3f | PrepareLSF (step, inst, problem, vol, coef, time) |
| function util d3f | RewindLSF (step, inst, time) |
| function util d3f | SaveRivers (problem, inst, info) |
| function util d3f | SetFixedLSValues (inst, time) |
| function util d3f | SetFSBoundaryCond (inst, problem, cmp, bc_kind, bc_val) |
| function util d3f | SetUpFreeSurfaceData (inst, problem, domain, vol) |
| function util d3f check | type (param, name, typ) |
| function util d3f parse | Upwind (upwind) |
| function util d3f | usage () |
| function util d3f parse | Viscosity (ViscosityDesc, w) |
Variables | |
| parameterNumber | fromCP = 0 |
| id of the checkpoint | |
| function util d3f AdvectLSF | ( | step | , |
| t | , | ||
| dt | , | ||
| inst | , | ||
| vol | , | ||
| coef | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1186-1264
| function util d3f ComputeFSFVIntegral | ( | step | , |
| inst | , | ||
| vol | , | ||
| cmp | , | ||
| time | , | ||
| dest | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :954-983
| function util d3f ComputeFSHeight | ( | step | , |
| inst | , | ||
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1007-1019
| function util d3f ComputeFSIntegral | ( | step | , |
| inst | , | ||
| vol | , | ||
| cmp | , | ||
| time | , | ||
| dest | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :923-952
| function util d3f ComputeFSTransportIntegral | ( | step | , |
| inst | , | ||
| problem | , | ||
| vol | , | ||
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :985-1004
| function util d3f ComputeFSVolume | ( | step | , |
| inst | , | ||
| vol | , | ||
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :860-891
| function util d3f ComputePWFSVolume | ( | step | , |
| inst | , | ||
| vol | , | ||
| cmp_w | , | ||
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :894-921
| function util d3f ComputeSDF | ( | inst | , |
| time | , | ||
| step | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1045-1073
| function util d3f CreateRiverRechargeObject | ( | problem | , |
| inst | , | ||
| lsf | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :137-317
| function DDensitySeparationTFct_T | ( | TC | ) |
This function creates a UserData for the density, based on the passed density descriptor
DensityDesc
w
T
/**
/**
/**
/**
/**
/**
/**
/**
/**
/** location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1562-1596
| function util d3f parse Density | ( | DensityDesc | , |
| w | |||
| ) |
This function creates a UserData for the density, based on the passed density descriptor
DensityDesc
w
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1291-1354
| function util d3f check exist | ( | param | , |
| name | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :113-121
| function get | ( | x | , |
| y | , | ||
| z | , | ||
| t | |||
| ) |
Based on the passed permeability descriptor, this function creates a table which contains a UserData and callbacks for the permeability. It either accepts a number value or a table with the following entries: { file,
interpolationOrder,
blurAlpha,
blurIterations,
}
The following table is returned { userData,
get(x,y,t)
get(x,y,z,t)
}
permDesc
/**
/** location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :2081-2116
| function util d3f parse Gravity | ( | GravityDesc | ) |
This function creates a UserData for the gravity, based on the passed gravity descriptor
GravityDesc
w
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :2006-2037
| function util d3f InitLSF | ( | inst | , |
| problem | , | ||
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1076-1129
| function util d3f InitRivers | ( | problem | , |
| inst | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :320-337
| function Kroehn_T | ( | TC | ) |
This function creates a UserData for the viscosity, based on the passed viscosity descriptor
ViscosityDesc
w
T
/**
/**
/**
/**
/**
/** location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1941-1971
| function PorosityExp_p | ( | p | ) |
This function creates a UserData for the porosity, based on the passed porosity descriptor (See PorosityDesc.md for detailed documentation of supported PorosityDesc formats.)
PorosityDesc
p
/**
/** location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1677-1696
| function util d3f PrepareLSF | ( | step | , |
| inst | , | ||
| problem | , | ||
| vol | , | ||
| coef | , | ||
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1132-1183
| function util d3f RewindLSF | ( | step | , |
| inst | , | ||
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1267-1277
| function util d3f SaveRivers | ( | problem | , |
| inst | , | ||
| info | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :340-348
| function util d3f SetFixedLSValues | ( | inst | , |
| time | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1022-1042
| function util d3f SetFSBoundaryCond | ( | inst | , |
| problem | , | ||
| cmp | , | ||
| bc_kind | , | ||
| bc_val | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :357-387
| function util d3f SetUpFreeSurfaceData | ( | inst | , |
| problem | , | ||
| domain | , | ||
| vol | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :390-857
| function util d3f check type | ( | param | , |
| name | , | ||
| typ | |||
| ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :123-131
| function util d3f parse Upwind | ( | upwind | ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1974-2000
| function util d3f usage | ( | ) |
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :92-105
| function util d3f parse Viscosity | ( | ViscosityDesc | , |
| w | |||
| ) |
This function creates a UserData for the viscosity, based on the passed viscosity descriptor See ViscosityDesc.md for detailed documentation of supported ViscosityDesc formats.
ViscosityDesc
w
location: /home/runner/work/docs/docs/ug4/plugins/d3f/lua / d3f_util.lua :1704-1785
| parameterNumber fromCP = 0 |
id of the checkpoint