CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

foamDataToFluent gives empty data files

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 5, 2013, 18:28
Default foamDataToFluent gives empty data files
  #1
New Member
 
anonymous
Join Date: Mar 2013
Posts: 5
Rep Power: 13
jcn2013 is on a distinguished road
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
jcn2013 is offline   Reply With Quote

Old   March 13, 2013, 09:12
Default
  #2
New Member
 
anonymous
Join Date: Mar 2013
Posts: 5
Rep Power: 13
jcn2013 is on a distinguished road
The regions must each be converted separately.
jcn2013 is offline   Reply With Quote

Reply

Tags
chtmultiregionsimplefoam, foamdatatofluent


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
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found piprus OpenFOAM Installation 22 February 25, 2010 13:43
Converting formatted data files to unformatted mrangitschdowcom OpenFOAM Post-Processing 2 August 1, 2008 10:20
read data files and export to avs file Santhosh FLUENT 0 June 15, 2006 06:46
Export data from several .res files Nessan CFX 2 April 14, 2004 12:56
200 data files to post process (how?) Mark R FLUENT 1 August 9, 2001 13:35


All times are GMT -4. The time now is 09:51.