CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

error in biconic25-55run35 tutorial case

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 16, 2013, 06:47
Default error in biconic25-55run35 tutorial case
  #1
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
why the original case doesn't execute?
Code:
Case   : /home/ehsan/Desktop/biconic25-55Run35
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

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

Create mesh for time = 0

Reading thermophysical properties

Selecting thermodynamics package 
{
    type            hePsiThermo;
    mixture         pureMixture;
    transport       sutherland;
    thermo          janaf;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleInternalEnergy;
}



--> FOAM FATAL IO ERROR: 

    patch type 'patch' not constraint type 'wedge'
    for patch wedge1 of field p in file "/home/ehsan/Desktop/biconic25-55Run35/0/p"

file: /home/ehsan/Desktop/biconic25-55Run35/0/p.boundaryField.wedge1 from line 32431 to line 32431.

    From function wedgeFvPatchField<Type>::wedgeFvPatchField
(
    const fvPatch& p,
    const Field<Type>& field,
    dictionary& dict
)

    in file fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.C at line 99.

FOAM exiting
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   June 16, 2013, 09:06
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
Hi Ehsan,

Works fine for me and I tested with OpenFOAM 2.2.0. Perhaps you accidentally modified a file or perhaps you didn't run Allrun?

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   June 16, 2013, 09:24
Default
  #3
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
thanks.
I run it by ./Allrun now
whats the callaoseDict?I can't understand this case.
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   June 16, 2013, 10:52
Default
  #4
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
Do you mean "collapseEdgesDict"? It's for collapseEdges:
Quote:
Code:
$ collapseEdges -help

Usage: collapseEdges [OPTIONS]
options:
  -case <dir>       specify alternate case directory, default is the cwd
  -collapseFaces    Collapse small and sliver faces as well as small edges
  -collapseIndirectPatchFaces
                    Collapse faces that are in the face zone indirectPatchFaces
  -constant         include the 'constant/' dir in the times list
  -latestTime       select the latest time
  -noFunctionObjects
                    do not execute functionObjects
  -noZero           exclude the '0/' dir from the times list, has precedence
                    over the -zeroTime option
  -overwrite        overwrite existing mesh/results files
  -parallel         run in parallel
  -roots <(dir1 .. dirN)>
                    slave root directories for distributed running
  -time <ranges>    comma-separated time ranges - eg, ':10,20,40:70,1000:'
  -srcDoc           display source code in browser
  -doc              display application documentation in browser
  -help             print the usage

Collapses small edges to a point.
Optionally collapse small faces to a point and thin faces to an edge.

Using: OpenFOAM-2.2.0 (see www.OpenFOAM.org)
Build: 2.2.0-5be49240882f
There isn't much to understand on this case. The biggest complication is only related to how the mesh had to be converted from "dat" format to OpenFOAM format.
The other detail that's different from other tutorials is that the internal fields are already initialized with an almost resolved case. Check the file "README" to see what I mean.
immortality likes this.
__________________
wyldckat is offline   Reply With Quote

Old   June 16, 2013, 10:59
Default
  #5
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
thanks.then collapseEdges is for something like modyfing mesh.
another question occurs that what is the role of blockMesh here when the points are specified in dat file.
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   June 16, 2013, 11:03
Default
  #6
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
Here you go: http://www.cfd-online.com/Forums/ope...rmat-help.html
edit: I believe I explained this on that thread.
__________________

Last edited by wyldckat; June 16, 2013 at 11:04. Reason: see "edit:"
wyldckat 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
MRFSimpleFoam wind turbine case diverges ysh1227 OpenFOAM Running, Solving & CFD 2 May 7, 2015 10:13
SRFSimpleFoam tutorial case blows up on laptop (but runs on desktop?) AHMeng OpenFOAM Running, Solving & CFD 1 April 27, 2012 08:34
case and dat file of FLUENT tutorial Sajad Ranjbaran FLUENT 0 November 8, 2006 06:55
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24
Case in Fluent Tutorial 1 Lam FLUENT 0 August 24, 2004 11:25


All times are GMT -4. The time now is 08:24.