CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

error in specifying fan curve using csv file

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2016, 14:03
Default error in specifying fan curve using csv file
  #1
Senior Member
 
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18
phsieh2005 is on a distinguished road
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"
phsieh2005 is offline   Reply With Quote

Old   March 11, 2020, 12:09
Default
  #2
New Member
 
Yann Scott
Join Date: Oct 2019
Posts: 5
Rep Power: 6
Yann Scott is on a distinguished road
Hi Pei-Ying,
You only need to replace csvFileCoeffs by jumpTableCoeffs.
Cheers,
Yann
Yann Scott is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Thermophysical Properties wsmith02 OpenFOAM 4 June 1, 2023 14:30
[swak4Foam] funkyDoCalc with OF2.3 massflow NiFl OpenFOAM Community Contributions 14 November 25, 2020 03:30
SparceImage v1.7.x Issue on MAC OS X rcarmi OpenFOAM Installation 4 August 14, 2014 06:42
Trouble compiling utilities using source-built OpenFOAM Artur OpenFOAM Programming & Development 14 October 29, 2013 10:59
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 16:02.