updating fvOptions from fileName to file in windshieldCondensation

Correcting header in tabulatedNTUHeatTransfer from fileName to file
This commit is contained in:
sergio
2017-06-14 14:33:14 -07:00
parent 45be9bcc44
commit dd19c87f30
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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";
} }
} }