From dd19c87f30e1785f1383a6259e02f76e1e637a7c Mon Sep 17 00:00:00 2001 From: sergio Date: Wed, 14 Jun 2017 14:33:14 -0700 Subject: [PATCH] updating fvOptions from fileName to file in windshieldCondensation Correcting header in tabulatedNTUHeatTransfer from fileName to file --- .../tabulatedNTUHeatTransfer/tabulatedNTUHeatTransfer.H | 6 +++--- .../windshieldCondensation/system/cabin/fvOptions | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/tabulatedNTUHeatTransfer/tabulatedNTUHeatTransfer.H b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/tabulatedNTUHeatTransfer/tabulatedNTUHeatTransfer.H index 9459eca62f..0f087fd328 100644 --- a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/tabulatedNTUHeatTransfer/tabulatedNTUHeatTransfer.H +++ b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/tabulatedNTUHeatTransfer/tabulatedNTUHeatTransfer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2015 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2015-2017 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -73,7 +73,7 @@ Description fields (h); outOfBounds clamp; - fileName "ntuTable"; + file "ntuTable"; nbrModel airToCooler; semiImplicit no; @@ -82,7 +82,7 @@ Description Ain 0.01728; AinNbr 0.3456; Vcore 0.01244; // Optional - + // geometryMode calculated; // inletPatch inlet_HWK; // inletPatchNbr inlet_air; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions index 2acad8f14c..45272dd12c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions @@ -40,11 +40,11 @@ airDeflection length 0.01; //constant - pressureDrop 8; + //pressureDrop 8; //volumetricFlowRateTable - outOfBounds clamp; - fileName "volFlowRateTable"; + //outOfBounds clamp; + //file "volFlowRateTable"; } }