FIELD_BOUNDARY_CONDITION
Specifies field quantity for boundary conditions.
Type
AcuSolve Command
Syntax
FIELD_BOUNDARY_CONDITION("name") {parameters...}
Qualifier
User-given name.
Parameters
- type (enumerated) [=value]
- Mesh motion type.
- value
- Uniform value.
- field (string) [=none]
- User-given name of a field. The field entry must be listed in the EQUATION::FIELDS entry.
- multiplier_function (string) [=none]
- User-given name of the multiplier function used to scale the field value.
- value (real) [=0]
- Uniform value for the specified field.
Description
FIELD_BOUNDARY_CONDITION( "inlet water" ) {
field = "water"
type = value
value = 1
}