- momentum_componentThe component of the momentum equation that this kernel applies to.
C++ Type:MooseEnum
Controllable:No
Description:The component of the momentum equation that this kernel applies to.
- muThe dynamic viscosity that multiplies the viscous source term. A functor is any of the following: a variable, a functor material property, a function, a postprocessor or a number.
C++ Type:MooseFunctorName
Unit:(no unit assumed)
Controllable:No
Description:The dynamic viscosity that multiplies the viscous source term. A functor is any of the following: a variable, a functor material property, a function, a postprocessor or a number.
- rhie_chow_user_objectThe rhie-chow user-object
C++ Type:UserObjectName
Controllable:No
Description:The rhie-chow user-object
- variableThe name of the variable that this residual object operates on
C++ Type:NonlinearVariableName
Unit:(no unit assumed)
Controllable:No
Description:The name of the variable that this residual object operates on
INSFVMomentumViscousSourceRZ
INSFVMomentumDiffusion provides the Laplacian portion of the viscous stress. In a cylindrical, axisymmetric coordinate system (no swirl) the radial momentum equation also contains an additional source term that comes from :
INSFVMomentumViscousSourceRZ adds this volumetric contribution so that both the residual and the Rhie-Chow -coefficients include the effect of the term. The radius is evaluated from the element vertex average (cell centroid) to match the cell-centered discretization. This kernel must be restricted to blocks that use an RZ coordinate system and to the radial momentum component (the component selected with "momentum_component" must be the axisymmetric radial index).
When using Navier Stokes Flow / WCNSFVFlowPhysics, this kernel is added automatically on blocks that use an RZ coordinate system. Set "add_rz_viscous_source" to false if the default behavior needs to be disabled.
The kernel expects the same viscosity functor that is passed to INSFVMomentumDiffusion, and it only needs to be added for the radial momentum equation. Axial components should not include this kernel.
When the user enables turbulence, in some cases, kernels can be split into contributions from the molecular and turbulent viscosity. In these cases, the user has to make sure to include one of these kernels for each INSFVMomentumDiffusion!
INSFVMomentumViscousSourceRZ complements the Laplacian viscous term implemented by INSFVMomentumDiffusion. Do not add this kernel in Cartesian problems; only include it for the radial momentum equation of axisymmetric setups. When the INSFVMomentumDiffusion kernel uses the complete-expansion form, set "complete_expansion" so the same factor of 2 is applied here.
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
- complete_expansionFalseMirror of the INSFVMomentumDiffusion 'complete_expansion' switch. When true, the viscous contribution is multiplied by 2.
Default:False
C++ Type:bool
Controllable:No
Description:Mirror of the INSFVMomentumDiffusion 'complete_expansion' switch. When true, the viscous contribution is multiplied by 2.
Optional Parameters
- absolute_value_vector_tagsThe tags for the vectors this residual object should fill with the absolute value of the residual contribution
C++ Type:std::vector<TagName>
Controllable:No
Description:The tags for the vectors this residual object should fill with the absolute value of the residual contribution
- 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_onlyFalseWhether this object is only doing assembly to matrices (no vectors)
Default:False
C++ Type:bool
Controllable:No
Description:Whether this object is only doing assembly to matrices (no vectors)
- 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
Contribution To Tagged Field Data 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.
- 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
- 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
- ghost_layers1The number of layers of elements to ghost.
Default:1
C++ Type:unsigned short
Controllable:No
Description:The number of layers of elements to ghost.
- use_point_neighborsFalseWhether to use point neighbors, which introduces additional ghosting to that used for simple face neighbors.
Default:False
C++ Type:bool
Controllable:No
Description:Whether to use point neighbors, which introduces additional ghosting to that used for simple face neighbors.
Parallel Ghosting Parameters
- 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
Unit:(no unit assumed)
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.
- use_interpolated_stateFalseFor the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Default:False
C++ Type:bool
Controllable:No
Description:For the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.