- boundaryThe list of boundary IDs from the mesh where this object applies
C++ Type:std::vector<BoundaryName>
Controllable:No
Description:The list of boundary IDs from the mesh where this object applies
- 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.
- 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 boundary condition applies to
C++ Type:NonlinearVariableName
Unit:(no unit assumed)
Controllable:No
Description:The name of the variable that this boundary condition applies to
INSFVVelocityHydraulicSeparatorBC
This object serves three purposes:
It prevents momentum flow through this face. This means that the advective flux is:
where is the i-th component of the velocity vector on the face, while is the density on the face. While the normal component of the stress term is also zero.
It disables this face's contribution to the Rhie-Chow interpolation.
It forces a two-sided evaluation on this face during gradient computation using the Green-Gauss approach. This means that this face is a discontinuity, the velocity has different values from the element and the neighbor side on the face.
Example input syntax
This example describes a 2D domain with an inlet and outlet mixing regions with a domain separated into 3 parallel channels between them using two sidesets.
[FVBCs<<<{"href": "../../syntax/FVBCs/index.html"}>>>]
[inlet-u-1]
type = INSFVInletVelocityBC<<<{"description": "Uses the value of a functor to set a Dirichlet boundary value.", "href": "INSFVInletVelocityBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'inlet-1'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_x
function = '0.1'
[]
[inlet-u-2]
type = INSFVInletVelocityBC<<<{"description": "Uses the value of a functor to set a Dirichlet boundary value.", "href": "INSFVInletVelocityBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'inlet-2'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_x
function = '0.2'
[]
[inlet-u-3]
type = INSFVInletVelocityBC<<<{"description": "Uses the value of a functor to set a Dirichlet boundary value.", "href": "INSFVInletVelocityBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'inlet-3'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_x
function = '0.3'
[]
[inlet-v]
type = INSFVInletVelocityBC<<<{"description": "Uses the value of a functor to set a Dirichlet boundary value.", "href": "INSFVInletVelocityBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'inlet-1 inlet-2 inlet-3'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_y
function = 0
[]
[inlet-T-1]
type = FVDirichletBC<<<{"description": "Defines a Dirichlet boundary condition for finite volume method.", "href": "FVDirichletBC.html"}>>>
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = T_fluid
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'inlet-1'
value<<<{"description": "value to enforce at the boundary face"}>>> = 310
[]
[inlet-T-2]
type = FVDirichletBC<<<{"description": "Defines a Dirichlet boundary condition for finite volume method.", "href": "FVDirichletBC.html"}>>>
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = T_fluid
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'inlet-2'
value<<<{"description": "value to enforce at the boundary face"}>>> = 320
[]
[inlet-T-3]
type = FVDirichletBC<<<{"description": "Defines a Dirichlet boundary condition for finite volume method.", "href": "FVDirichletBC.html"}>>>
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = T_fluid
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'inlet-3'
value<<<{"description": "value to enforce at the boundary face"}>>> = 330
[]
[walls-u]
type = INSFVNaturalFreeSlipBC<<<{"description": "Implements a free slip boundary condition naturally.", "href": "INSFVNaturalFreeSlipBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'top bottom'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_x
momentum_component<<<{"description": "The component of the momentum equation that this kernel applies to."}>>> = 'x'
[]
[walls-v]
type = INSFVNaturalFreeSlipBC<<<{"description": "Implements a free slip boundary condition naturally.", "href": "INSFVNaturalFreeSlipBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'top bottom'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_y
momentum_component<<<{"description": "The component of the momentum equation that this kernel applies to."}>>> = 'y'
[]
[separator-u]
type = INSFVVelocityHydraulicSeparatorBC<<<{"description": "A separator boundary condition that prevents any type of momentum flux and can be used within the domain.", "href": "INSFVVelocityHydraulicSeparatorBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'separator-1 separator-2'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_x
momentum_component<<<{"description": "The component of the momentum equation that this kernel applies to."}>>> = 'x'
[]
[separator-v]
type = INSFVVelocityHydraulicSeparatorBC<<<{"description": "A separator boundary condition that prevents any type of momentum flux and can be used within the domain.", "href": "INSFVVelocityHydraulicSeparatorBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'separator-1 separator-2'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = superficial_vel_y
momentum_component<<<{"description": "The component of the momentum equation that this kernel applies to."}>>> = 'y'
[]
[separator-p]
type = INSFVScalarFieldSeparatorBC<<<{"description": "A separator boundary condition that prevents any type of scalar flux and can be used within the domain.", "href": "INSFVScalarFieldSeparatorBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'separator-1 separator-2'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = pressure
[]
[separator-T]
type = INSFVScalarFieldSeparatorBC<<<{"description": "A separator boundary condition that prevents any type of scalar flux and can be used within the domain.", "href": "INSFVScalarFieldSeparatorBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'separator-1 separator-2'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = T_fluid
[]
[outlet_p]
type = INSFVOutletPressureBC<<<{"description": "Defines a Dirichlet boundary condition for finite volume method.", "href": "INSFVOutletPressureBC.html"}>>>
boundary<<<{"description": "The list of boundary IDs from the mesh where this object applies"}>>> = 'right'
variable<<<{"description": "The name of the variable that this boundary condition applies to"}>>> = pressure
function<<<{"description": "The boundary pressure as a regular function"}>>> = 0.4
[]
[]
(modules/navier_stokes/test/tests/finite_volume/pins/channel-flow/hydraulic-separators/separator-energy.i)Input Parameters
- displacementsThe displacements
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:The displacements
- 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)
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_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
- 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
- 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.
Material Property Retrieval Parameters
Input Files
- (modules/navier_stokes/test/tests/finite_volume/pins/channel-flow/hydraulic-separators/separator-jump.i)
- (modules/navier_stokes/test/tests/finite_volume/pins/channel-flow/hydraulic-separators/separator-no-jump.i)
- (modules/navier_stokes/test/tests/finite_volume/pins/channel-flow/hydraulic-separators/separator-energy.i)
- (modules/navier_stokes/test/tests/finite_volume/pins/channel-flow/hydraulic-separators/separator-energy-nonorthogonal.i)
- (modules/navier_stokes/test/tests/finite_volume/pins/channel-flow/hydraulic-separators/separator-mixing.i)
- (modules/navier_stokes/test/tests/finite_volume/pins/channel-flow/hydraulic-separators/separator-scalar.i)