|
[Sponsors] |
writing fields with field types "kqRWallFunction" |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 2, 2010, 15:22 |
writing fields with field types "kqRWallFunction"
|
#1 |
New Member
Nadeem
Join Date: Mar 2009
Location: München, Bavarian, Deutschland
Posts: 24
Rep Power: 17 |
Hello Everybody,
I'm trying to write "k" with kqRWallFunction but I get error that this type is not included into the patch field types. to write "k" with kqRWallFunction I did as below: olScalarField k (IOobject("k",runTime.timeName(),mesh,IOobject::NO _READ,IOobject::AUTO_WRITE), mesh,dimensionedScalar("k",dimensionSet(0,2,-2,0,0,0,0),0.1),"kqRWallFunction"); k.write(); If I follow above mentioned way then I get error but If I use fixedValue instead of kqRWallFunction, then I dont get any error. But I want to use kqRWallFunction. Can you guys please guide me, how to do it? Best Regards, Last edited by ubaid; October 2, 2010 at 15:23. Reason: changing title |
|
Tags |
kqrwallfunction, writing files |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cht tutorial in 15 | braennstroem | OpenFOAM Running, Solving & CFD | 197 | June 10, 2015 04:02 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
solid to fluid heattransfer with chtMultiRegionFoam | nakor | OpenFOAM | 11 | March 21, 2011 09:28 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
How to create a vector field out of scalar fields | anja | OpenFOAM Pre-Processing | 7 | May 31, 2006 12:56 |