|
[Sponsors] |
July 14, 2016, 15:03 |
error in specifying fan curve using csv file
|
#1 |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18 |
Dear OpenFOAMers,
I am setting up an internal fan of a chtMultiRegionFoam case. I want to use a fan curve. So, trying to read the fan curve as csvFile. But, got an error message. It will be appreciated if someone can help me with this error. Thanks! Pei-Ying ------------ BC: cyclicFaces_master { type fan; patchType cyclic; jumpTable csvFile; csvFileCoeffs { hasHeaderLine 1; refColumn 0; componentColumns 1(1); separator ","; fileName "$FOAM_CASE/constant/pressureVsU"; } value uniform 0; } cyclicFaces_slave { type fan; patchType cyclic; value uniform 0; } ----------------- error message: keyword jumpTableCoeffs is undefined in dictionary "/home/phsieh/OpenFOAM/phsieh-4.x/run/chtMultiRegionFoam/HydraIARC-v2/0/air/p_rgh.boundaryField.cyclicFaces_master" |
|
March 11, 2020, 13:09 |
|
#2 |
New Member
Yann Scott
Join Date: Oct 2019
Posts: 5
Rep Power: 7 |
Hi Pei-Ying,
You only need to replace csvFileCoeffs by jumpTableCoeffs. Cheers, Yann |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Thermophysical Properties | wsmith02 | OpenFOAM | 4 | June 1, 2023 15:30 |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
SparceImage v1.7.x Issue on MAC OS X | rcarmi | OpenFOAM Installation | 4 | August 14, 2014 07:42 |
Trouble compiling utilities using source-built OpenFOAM | Artur | OpenFOAM Programming & Development | 14 | October 29, 2013 11:59 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |