CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   boundary condition : subject name not same (https://www.cfd-online.com/Forums/openfoam-pre-processing/122285-boundary-condition-subject-name-not-same.html)

nash August 16, 2013 06:20

boundary condition : subject name not same
 
hi everyone,

I'm now investigating a radial flow fan simulation using simpleFoam.
Everything went well including the result from the simulation.

unfortunately when i convert the mesh (from sHM) using ANSA there is error stating that

[CODE][Warning: Expected object 'omega' found 'epsilon'/CODE]

i check the folder 0 for omega i found out that the subject is epsilon and not omega.

Code:

FoamFile
{
    version    2.0;
    format      ascii;
    class      volScalarField;
    object      epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


dimensions      [0 0 -1 0 0 0 0];

internalField  uniform 1.78;

the dimension is already correct for omega.

my Question is, whether the subject name affects my simulation?
since the simulation is taking lots of time.

thank you in advance

-nash-


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