mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Re-inistated weighted-average fieldAverage usage
This commit is contained in:
@ -53,12 +53,13 @@ namespace Foam
|
||||
const char* Foam::NamedEnum
|
||||
<
|
||||
Foam::fieldValues::faceSource::operationType,
|
||||
8
|
||||
9
|
||||
>::names[] =
|
||||
{
|
||||
"none",
|
||||
"sum",
|
||||
"average",
|
||||
"weightedAverage",
|
||||
"areaAverage",
|
||||
"areaIntegrate",
|
||||
"min",
|
||||
@ -72,7 +73,7 @@ namespace Foam
|
||||
const Foam::NamedEnum<Foam::fieldValues::faceSource::sourceType, 3>
|
||||
Foam::fieldValues::faceSource::sourceTypeNames_;
|
||||
|
||||
const Foam::NamedEnum<Foam::fieldValues::faceSource::operationType, 8>
|
||||
const Foam::NamedEnum<Foam::fieldValues::faceSource::operationType, 9>
|
||||
Foam::fieldValues::faceSource::operationTypeNames_;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user