Package | Description |
---|---|
nce.base |
Modifier and Type | Method and Description |
---|---|
static DomainDecomposition.GridDirection |
DomainDecomposition.GridDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainDecomposition.GridDirection[] |
DomainDecomposition.GridDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainDecomposition.evalBulkVariableFromInOutAverageAtAllSteps(java.lang.String bulkVarName,
java.lang.String varName,
DomainDecomposition.GridDirection dir,
double extVal)
Evaluates the bulk variable on a stage by taking the average between inlet
and outlet values of another variable on the same stage, eg.
|