- PorousFlowDictatorThe UserObject that holds the list of PorousFlow variable names
C++ Type:UserObjectName
Controllable:No
Description:The UserObject that holds the list of PorousFlow variable names
- gravityGravitational acceleration vector downwards (m/s^2)
C++ Type:libMesh::VectorValue<double>
Controllable:No
Description:Gravitational acceleration vector downwards (m/s^2)
- variableThe name of the variable that this residual object operates on
C++ Type:NonlinearVariableName
Controllable:No
Description:The name of the variable that this residual object operates on
PorousFlowFullySaturatedAdvectiveFlux
Fully-upwinded advective flux of the fluid component given by fluid_component, in a single-phase fluid
Describes the differential term The nomenclature is described here. This is fully-saturated, multi-component, single-phase Darcy flow for fluid component .
The factor appears in parenthases because it is optional and contolled by the multiply_by_density
flag. If multiply_by_density = false
is chosen then the problem becomes more linear (and hence converges faster) but care must be taken with other PorousFlow objects (such as PorousFlowFluidMass) since all fluxes become volume fluxes (with SI units m.m.s) instead of the usual mass fluxes (with SI units kg.m.s)
Full upwinding is used in this Kernel. See the numerical stabilization lead page page for more details.
This Kernel may be added automatically by the PorousFlowFullySaturated Action: see more discussion on that page.
Input Parameters
- blockThe list of blocks (ids or names) that this object will be applied
C++ Type:std::vector<SubdomainName>
Controllable:No
Description:The list of blocks (ids or names) that this object will be applied
- displacementsThe displacements
C++ Type:std::vector<VariableName>
Controllable:No
Description:The displacements
- fallback_schemequickquick: use nodal mobility without preserving mass. harmonic: use a harmonic mean of nodal mobilities and preserve fluid mass
Default:quick
C++ Type:MooseEnum
Controllable:No
Description:quick: use nodal mobility without preserving mass. harmonic: use a harmonic mean of nodal mobilities and preserve fluid mass
- fluid_component0The index corresponding to the fluid component for this kernel
Default:0
C++ Type:unsigned int
Controllable:No
Description:The index corresponding to the fluid component for this kernel
- full_upwind_threshold5If, for each timestep, the number of upwind-downwind swaps in an element is less than this quantity, then full upwinding is used for that element. Otherwise the fallback scheme is employed.
Default:5
C++ Type:unsigned int
Controllable:No
Description:If, for each timestep, the number of upwind-downwind swaps in an element is less than this quantity, then full upwinding is used for that element. Otherwise the fallback scheme is employed.
- multiply_by_densityTrueIf true, then this Kernel is the fluid mass flux. If false, then this Kernel is the fluid volume flux (which is common in poro-mechanics)
Default:True
C++ Type:bool
Controllable:No
Description:If true, then this Kernel is the fluid mass flux. If false, then this Kernel is the fluid volume flux (which is common in poro-mechanics)
- prop_getter_suffixAn optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Controllable:No
Description:An optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- diag_save_inThe name of auxiliary variables to save this Kernel's diagonal Jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)
C++ Type:std::vector<AuxVariableName>
Controllable:No
Description:The name of auxiliary variables to save this Kernel's diagonal Jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:Yes
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
Controllable:No
Description:Determines whether this object is calculated using an implicit or explicit form
- save_inThe name of auxiliary variables to save this Kernel's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)
C++ Type:std::vector<AuxVariableName>
Controllable:No
Description:The name of auxiliary variables to save this Kernel's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Controllable:No
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
Controllable:No
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
- extra_matrix_tagsThe extra tags for the matrices this Kernel should fill
C++ Type:std::vector<TagName>
Controllable:No
Description:The extra tags for the matrices this Kernel should fill
- extra_vector_tagsThe extra tags for the vectors this Kernel should fill
C++ Type:std::vector<TagName>
Controllable:No
Description:The extra tags for the vectors this Kernel should fill
- matrix_tagssystemThe tag for the matrices this Kernel should fill
Default:system
C++ Type:MultiMooseEnum
Controllable:No
Description:The tag for the matrices this Kernel should fill
- vector_tagsnontimeThe tag for the vectors this Kernel should fill
Default:nontime
C++ Type:MultiMooseEnum
Controllable:No
Description:The tag for the vectors this Kernel should fill