mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
updating fvOptions from fileName to file in windshieldCondensation
Correcting header in tabulatedNTUHeatTransfer from fileName to file
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2015 OpenCFD Ltd.
|
\\ / A nd | Copyright (C) 2015-2017 OpenCFD Ltd.
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -73,7 +73,7 @@ Description
|
|||||||
|
|
||||||
fields (h);
|
fields (h);
|
||||||
outOfBounds clamp;
|
outOfBounds clamp;
|
||||||
fileName "ntuTable";
|
file "ntuTable";
|
||||||
nbrModel airToCooler;
|
nbrModel airToCooler;
|
||||||
semiImplicit no;
|
semiImplicit no;
|
||||||
|
|
||||||
|
|||||||
@ -40,11 +40,11 @@ airDeflection
|
|||||||
length 0.01;
|
length 0.01;
|
||||||
|
|
||||||
//constant
|
//constant
|
||||||
pressureDrop 8;
|
//pressureDrop 8;
|
||||||
|
|
||||||
//volumetricFlowRateTable
|
//volumetricFlowRateTable
|
||||||
outOfBounds clamp;
|
//outOfBounds clamp;
|
||||||
fileName "volFlowRateTable";
|
//file "volFlowRateTable";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user