|
[Sponsors] |
August 28, 2018, 17:19 |
Laminar simpelFOAM in Openfoam
|
#1 |
New Member
Ishan Anjikar
Join Date: Mar 2018
Posts: 21
Rep Power: 8 |
Hi all,
I am trying to run a laminar simpleFoam simulation, but the simulation stops after running for the first time step. I get something like this when running the simulation: Timestep 1 <runs simulation> Timestep 2 Simulation STOPS without error I have set the following in the turbulenceProperties file /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: plus | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object turbulenceProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // simulationType laminar; // ************************************************** *********************** // and my controlDict setting are as follows: application simpleFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 1; deltaT 0.001; writeControl timeStep; writeInterval 1; purgeWrite 0; writeFormat ascii; writePrecision 7; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; adjustTimeStep yes; maxCo 0.5; maxalphaCo 0.5; maxDeltaT 1; Please help me to solve this problem. |
|
August 29, 2018, 07:07 |
|
#2 | |
Senior Member
|
Quote:
Code:
application simpleFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 1000; deltaT 1; writeControl timeStep; writeInterval 100; purgeWrite 0; writeFormat ascii; writePrecision 7; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; Tom |
||
August 30, 2018, 12:26 |
|
#3 | |
New Member
Ishan Anjikar
Join Date: Mar 2018
Posts: 21
Rep Power: 8 |
Quote:
Create time Create mesh for time = 0 SIMPLE: convergence criteria field p tolerance 0.01 field U tolerance 0.001 Reading field p Reading field U Reading/calculating face flux field phi Selecting incompressible transport model Newtonian Selecting turbulence model type laminar Selecting laminar stress model Stokes No MRF models present No finite volume options present Starting time loop Time = 1 smoothSolver: Solving for Ux, Initial residual = 1, Final residual = 0.0005283607, No Iterations 1000 smoothSolver: Solving for Uy, Initial residual = 1, Final residual = 0.0002620547, No Iterations 1000 smoothSolver: Solving for Uz, Initial residual = 1, Final residual = 0.01638241, No Iterations 1000 GAMG: Solving for p, Initial residual = 1, Final residual = 0.3576139, No Iterations 1 time step continuity errors : sum local = 79.94304, global = -51.76968, cumulative = -51.76968 ExecutionTime = 2254.25 s ClockTime = 2256 s Time = 2 |
||
August 31, 2018, 05:35 |
|
#4 | |
Senior Member
|
Quote:
Regards, Tom |
||
August 31, 2018, 13:29 |
|
#5 | |
New Member
Ishan Anjikar
Join Date: Mar 2018
Posts: 21
Rep Power: 8 |
Quote:
|
||
Tags |
laminar, openfoam, simplefoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM 5.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 11 | June 6, 2018 00:48 |
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology | wyldckat | OpenFOAM | 17 | November 10, 2017 16:54 |
OpenFOAM Training Beijing 22-26 Aug 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | May 3, 2016 05:57 |
Suggestion for a new sub-forum at OpenFOAM's Forum | wyldckat | Site Help, Feedback & Discussions | 20 | October 28, 2014 10:04 |
laminar diffusion flames in OpenFOAM? | adhiraj | OpenFOAM | 3 | September 15, 2010 20:16 |