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

Bug? Helyx-OS 1.0.3 for OpenFOAM-2.2.1 ?

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By chegdan

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 19, 2013, 00:32
Default Bug? Helyx-OS 1.0.3 for OpenFOAM-2.2.1 ?
  #1
Senior Member
 
JR22's Avatar
 
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 17
JR22 will become famous soon enough
Hi,

I tried creating a buoyantBoussinesqPimpleFoam test case using HelyxOS-1.0.3 for an OpenFOAM-2.2.1 installation and got the following problem:

Code:
--> FOAM FATAL IO ERROR: 
cannot find file

file: /home/admin1/Engys/HelyxOS/run/testCylinder/0/alphat at line 0.

    From function regIOobject::readStream()
    in file db/regIOobject/regIOobjectRead.C at line 73.

FOAM exiting
I checked the 0 directory and the alphat file, and it seems HelyxOS is not creating it either. Has this happened to anybody?. HelyxOS-1.0.2 did not create it, but it seems it wasn't required by OpenFOAM-2.2.0 whereas OpenFOAM-2.2.1 does require it.
JR22 is offline   Reply With Quote

Old   September 19, 2013, 13:25
Default
  #2
Senior Member
 
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0
chegdan will become famous soon enoughchegdan will become famous soon enough
JR22,

yep, this is a change that was made in standard OpenFOAM and is being updated in HELYX-OS. I can walk you through these changes that will be made and also give you a workaround that will get things working again.
  1. Go into the HELYX-OS/v1.0.3/ directory and find
    Code:
    caseSetupDict.fields
    and make a copy for good measure (and keep it in a safe place) and then do a find and replace of kappat with alphat
  2. Go to the same directory and find
    Code:
    caseSetupDict.stateData.buoyantBousinesqSimpleFoam
    make a copy for good measure (and keep it in a safe place) and find and replace kappat to alphat
  3. Next, restart HELYX-OS to get these new defaults and then go to "edit script" and add
    Code:
    rm $CASE/constant/radiationProperties
    before the mpirun. This is because a radiation model will need to be specified if the radiationProperties file is present...so lets delete it for now.

That should do it for now but the fix will be out soon to get this taken care of correctly/officially More thorough testing should also be done to make sure this does not affect other solver, so if you find any issues then report back here. Thanks for pointing that out, because this is how the tool improves!
JR22 and UPengineer like this.
chegdan is offline   Reply With Quote

Reply

Tags
alphat, helyx-os, openfoam 2.2.x


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
ESI-OpenCFD releases OpenFOAMŪ 2.2.1 opencfd OpenFOAM Announcements from ESI-OpenCFD 2 August 7, 2013 00:26


All times are GMT -4. The time now is 07:22.