|
[Sponsors] |
December 4, 2008, 05:48 |
Generally, OpenFOAM uses the f
|
#1 |
New Member
Jia Rui
Join Date: Mar 2009
Posts: 9
Rep Power: 17 |
Generally, OpenFOAM uses the following codes to read the initial pressure field as follows:
volScalarField p ( IOobject ( "p", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); The program will look for p from case/0/p, but now if I need to find p from case/Re/0/p, how should I write the codes? Thanks a lot! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to read pressure at discrete points | paka | OpenFOAM | 16 | April 28, 2020 08:26 |
Path status in DPM BC UDF | HS | FLUENT | 4 | June 12, 2014 08:12 |
What is MMS data path? | frank | CFX | 2 | July 11, 2008 00:42 |
How should i set path in OpenFOAM11bashrc | ztdep | OpenFOAM Installation | 1 | April 18, 2008 06:20 |
Different PATH and OpenFOAM 11 | ds2taieb | OpenFOAM Installation | 0 | January 25, 2006 14:15 |