FIELD

Associates a material model to a field.

Type

AcuSolve Command

Syntax

FIELD ("name") {parameters...}

Qualifier

User-given name.

Parameters

material_model (string) [none]
Name of a material_model entry.

Description

This command specifies the material model associated with the given field. Note that a FIELD entry is required for all fields used in the simulation, that is, those listed in the EQUATION::FIELDS entry.
FIELD ( "water" ) {
    material_model       = "water model" 
}