|
[Sponsors] |
March 5, 2013, 19:28 |
foamDataToFluent gives empty data files
|
#1 |
New Member
anonymous
Join Date: Mar 2013
Posts: 5
Rep Power: 13 |
Hello, I am currently running a chtMultiRegionSimpleFoam case and the foamDataToFluent command is giving me data files for every save interval (0, 250, 500, etc.) however, only the data file for time '0' is fully output i.e. its output size is a couple hundred MBs (and opens in fluent), while the rest are ~50 bytes. My controldict and foamDataToFluentdict files are as follows:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application chtMultiRegionSimpleFoam; startFrom latestTime; startTime 1; stopAt endTime; endTime 2500; deltaT 1; writeControl timeStep; writeInterval 250; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; // ************************************************** *********************** // /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; note "OpenFOAM to Fluent interface control dictionary"; class dictionary; object foamDataToFluentDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // p 1; U 2; T 3; // ************************************************** *********************** // I have fiddled around with these, but to no avail. Any help would be appreciated! Addtionally I am running 2.1.1 Regards, Josh |
|
March 13, 2013, 10:12 |
|
#2 |
New Member
anonymous
Join Date: Mar 2013
Posts: 5
Rep Power: 13 |
The regions must each be converted separately.
|
|
Tags |
chtmultiregionsimplefoam, foamdatatofluent |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
Converting formatted data files to unformatted | mrangitschdowcom | OpenFOAM Post-Processing | 2 | August 1, 2008 11:20 |
read data files and export to avs file | Santhosh | FLUENT | 0 | June 15, 2006 07:46 |
Export data from several .res files | Nessan | CFX | 2 | April 14, 2004 13:56 |
200 data files to post process (how?) | Mark R | FLUENT | 1 | August 9, 2001 14:35 |