|
[Sponsors] |
October 25, 2000, 05:12 |
read/write .cas .dat whith C/fortran program
|
#1 |
Guest
Posts: n/a
|
Do you know a C or a fortran (free) program able to read/write format file .cas and .dat of Fluent ?
Thank you of you interest. |
|
November 13, 2000, 11:10 |
Re: read/write .cas .dat whith C/fortran program
|
#2 |
Guest
Posts: n/a
|
If you're running Fluent 5, here is an example of C file that allows you to read/iterate/write a case:
/*******************/ rc /path/filename.cas /*read case file*/ rd /path/filename.dat /*read data file/ it 1000 /*iterate*/ wc /path/filename.cas /*write case*/ wd /path/filename.dat /*write data*/ exit /******************/ For more details, have a look in the user guide : "batch execution". Regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Update boundary conditions calculated by an external program | CedricVH | OpenFOAM | 2 | January 15, 2010 12:55 |
a question of open ".cas" and ".dat" files | fanzhong Meng | FLUENT | 4 | May 15, 2006 12:40 |
Write .cas and .dat for Unsteady | TK | FLUENT | 2 | September 12, 2005 06:53 |
.cas .dat Windows vs Linux | K. Jagus | FLUENT | 2 | August 9, 2005 14:58 |