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

This command is used to define the boundary condition for a given field. The field_boundary_condition entry is referenced by simple_boundary_condition.
FIELD_BOUNDARY_CONDITION( "inlet water" ) {
   field         = "water"
   type          = value
   value         = 1
}