CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   my query on implementation of a new application on OpenFOAM (https://www.cfd-online.com/Forums/openfoam-solving/119798-my-query-implementation-new-application-openfoam.html)

Annier June 25, 2013 07:29

my query on implementation of a new application on OpenFOAM
 
i am a beginner in OpenFOAM. i was just going through the "OpenFOAM programming tutorial" written by Tommaso Lucchini. i was following everystep. i was understanding the things about the implementation of a new application icoScalarTransportFoam until i reached the point of setting up the case and running the cavityScalarTransport case. could anyone guide me the commands needed to run this case in accordance to the directions given in that programming tutorial? i would like to thank you in advance.

Annier June 25, 2013 08:17

my query on implementation of a new application on OpenFOAM Reply to Thread
 
the application icoScalarTransportFoam is in the directory home\openFOAM\Username-2.2.0\applications
and the case cavityScalarTransport is in the directory
home\openFOAM\Username-2.2.0\run
the operating system is Ubuntu 12.04 LTS and I am using OpenFOAM-2.2.0.
how can i run this OpenFOAM application?
thanking you in advance.

Annier June 28, 2013 03:12

can anyone describe me what should i do next?
 
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0

// using new solver syntax:
T
{
solver PBiCG;
Preconditioner
{
type DILU;
}
minIter 0;
maxIter 500;
tolerance 1e-05;
relTol 0;
}



--> FOAM FATAL IO ERROR:
wrong token type - expected word, found on line 51 the label 0

file: /home/OpenFOAM/annier-2.2.0/run/tutorials/incompressible/icoScalarTransportFoam/cavityScalarTransport/system/fvSolution.solvers.nNonOrthogonalCorrectors at line 51.

From function operator>>(Istream&, word&)
in file primitives/strings/word/wordIO.C at line 74.

FOAM exiting

Annier June 28, 2013 03:18

this is the message which i received from the command prompt while running the application icoScalarTransportFoam for the case cavityScalarTransport. i was studying about these application and case from the "OpenFOAM Programming Tutorial" written by Tommaso Lucchini.


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