CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Other] dynamicMeshDict Error (OscillatingInletACMI2D)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 26, 2014, 21:18
Question dynamicMeshDict Error (OscillatingInletACMI2D)
  #1
Member
 
Francis
Join Date: Jan 2014
Location: Toronto
Posts: 50
Rep Power: 12
afrotimy is on a distinguished road
Hi FOAMers,

Please, I am having a problem running the OscillatingInletACMI2D tutorial with pimpleDyMFoam.

With the already created case file, checkMesh and dynamicMeshDict error arose.

a) checkMesh Error:

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

--> FOAM FATAL ERROR:
No times selected

From function checkMesh
in file db/Time/timeSelector.C at line 263.

FOAM exiting


b) dynamicMeshDict error while running pimpleDyMFoam:

Create mesh for time = 0

Selecting dynamicFvMesh solidBodyMotionFvMesh
Selecting solid-body motion function oscillatingLinearMotion
Applying solid body motion to cellZone inlet


--> FOAM FATAL ERROR:
Unable to find cellZone inlet. Valid celLZones are:0()

From function solidBodyMotionFvMesh::solidBodyMotionFvMesh(const IOobject&)
in file solidBodyMotionFvMesh/solidBodyMotionFvMesh.C at line 107.

FOAM exiting


Does anyone have an idea what is going on? I have tried to check the blockMeshDict also.

Francis.
afrotimy is offline   Reply With Quote

Old   March 1, 2014, 07:44
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Francis,

Quote:
Originally Posted by afrotimy View Post
a) checkMesh Error:

Code:
--> FOAM FATAL ERROR: 
No times selected
You need to run with the "-constant" option:
Code:
checkMesh -constant
Quote:
Originally Posted by afrotimy View Post
b) dynamicMeshDict error while running pimpleDyMFoam:

Code:
Applying solid body motion to cellZone inlet

--> FOAM FATAL ERROR: 
Unable to find cellZone inlet.  Valid celLZones are:0()
The cellZone named "inlet" does not exist. This is likely because it was not created yet with setSet or topoSet or some other utility.


I can now see that you're referring to the tutorial "incompressible/pimpleDyMFoam/oscillatingInletACMI2D" in OpenFOAM 2.3... did you run the script Allrun? Or are you at least following the steps described in the Allrun and Allrun.pre scripts?
If you don't know yet, the scripts present in the local folder can be executed, for example, like this:
Code:
./Allrun
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   March 17, 2014, 08:27
Default
  #3
Member
 
Francis
Join Date: Jan 2014
Location: Toronto
Posts: 50
Rep Power: 12
afrotimy is on a distinguished road
Okay thank you. I will try this means and feed you back.
afrotimy is offline   Reply With Quote

Reply


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
Including run time as variable in dynamicMeshDict RKyle OpenFOAM Pre-Processing 4 March 26, 2023 00:39
dynamicMeshDict lsb1292 OpenFOAM Running, Solving & CFD 0 November 29, 2017 06:30
Difference between dynamicMeshDict - dynamicMeshDict.sixDoF Marc Batlle OpenFOAM Pre-Processing 1 August 16, 2017 11:50
I can't understand the moving function of "libfvMotionSolver.so" in dynamicMeshDict Jung hoo OpenFOAM Programming & Development 0 July 13, 2016 03:36
two (rival) dynamicMeshDict & objectRegistry (??) codder OpenFOAM Running, Solving & CFD 1 January 27, 2014 22:16


All times are GMT -4. The time now is 13:53.