mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support rhoRef for derived surfMesh sampled fields (issue #898)
This commit is contained in:
@ -16,6 +16,18 @@ massflow
|
||||
fields ( rhoU );
|
||||
}
|
||||
|
||||
areaAverage
|
||||
{
|
||||
${__surfaceFieldValue}
|
||||
|
||||
regionType surface;
|
||||
name plane1;
|
||||
|
||||
operation weightedAreaAverage;
|
||||
weightField rhoU;
|
||||
fields ( p pTotal );
|
||||
}
|
||||
|
||||
areaIntegrate
|
||||
{
|
||||
${__surfaceFieldValue}
|
||||
|
||||
Reference in New Issue
Block a user