- uThe variable that is being advected
C++ Type:std::vector
Description:The variable that is being advected
- velocityVelocity vector
C++ Type:libMesh::VectorValue
Description:Velocity vector
AdvectiveFluxCalculatorConstantVelocity
The AdvectiveFluxCalculatorConstantVelocity
computes , and that are used in the Kuzmin-Turek (Kuzmin and Turek, 2004) numerical stabilization scheme, when the velocity is constant and uniform over the mesh. is a measure of advective flux between neighbouring nodes, while and quantify how much antidiffusion to allow around the nodes. See A worked example of Kuzmin-Turek stabilization for many explicit details, and numerical diffusion for example of how the Kuzmin-Turek scheme compares with other numerical schemes.
Input Parameters
- allowable_MB_wastage5This object will issue a memory warning if the internal node-numbering data structure wastes more than allowable_MB_wastage megabytes. This data structure uses sequential node-numbering which is optimized for speed rather than memory efficiency
Default:5
C++ Type:double
Description:This object will issue a memory warning if the internal node-numbering data structure wastes more than allowable_MB_wastage megabytes. This data structure uses sequential node-numbering which is optimized for speed rather than memory efficiency
- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector
Description:The list of block ids (SubdomainID) that this object will be applied
- execute_onLINEARThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
Default:LINEAR
C++ Type:ExecFlagEnum
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
- flux_limiter_typeVanLeerType of flux limiter to use. 'None' means that no antidiffusion will be added in the Kuzmin-Turek scheme
Default:VanLeer
C++ Type:MooseEnum
Description:Type of flux limiter to use. 'None' means that no antidiffusion will be added in the Kuzmin-Turek scheme
Optional Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Description:Determines whether this object is calculated using an implicit or explicit form
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Description:The seed for the master random number generator
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
Input Files
- modules/porous_flow/test/tests/flux_limited_TVD_advection/jacobian_02.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/fltvd_1D_adaptivity.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/except_01.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/fltvd_2D_trimesh.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/fltvd_2D_angle.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/jacobian_01.i
- modules/porous_flow/test/tests/numerical_diffusion/fltvd_no_antidiffusion.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/jacobian_03.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/fltvd_2D_blocks.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/fltvd_2D.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/fltvd_1D.i
- modules/porous_flow/test/tests/flux_limited_TVD_advection/fltvd_3D.i
- modules/porous_flow/test/tests/numerical_diffusion/fltvd.i
- D. Kuzmin and S. Turek.
High-resolution FEM-TVD shcemes based on a fully multidimensional flux limiter.
Journal of Computational Physics, 198:131–158, 2004.[BibTeX]