mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fanPressure - use fanCurve entry if present
- only use implicit legacy handling if the "fanCurve" entry is missing and the "file" entry is present.
This commit is contained in:
@ -24,14 +24,17 @@ boundaryField
|
||||
inlet
|
||||
{
|
||||
type fanPressure;
|
||||
outOfBounds clamp;
|
||||
direction in;
|
||||
readerType openFoam;
|
||||
file "<constant>/FluxVsdP.dat";
|
||||
fanCurve tableFile;
|
||||
fanCurveCoeffs
|
||||
{
|
||||
file "<constant>/FluxVsdP.dat";
|
||||
// readerType openFoam; // Default
|
||||
// outOfBounds clamp; // Default
|
||||
}
|
||||
//nonDimensional true;
|
||||
//rpm 300;
|
||||
//dm 2e-2;
|
||||
outOfBounds clamp;
|
||||
p0 uniform 30;
|
||||
}
|
||||
outlet1
|
||||
|
||||
Reference in New Issue
Block a user