|
[Sponsors] |
April 13, 2021, 13:16 |
buoyantSimpleFoam bounding k problems
|
#1 |
New Member
Logan Unser
Join Date: Apr 2021
Posts: 3
Rep Power: 5 |
Hey Foamers,
I am trying to adapt the buoyant cavity tutorial to a custom geometry: $FOAM_TUTORIALS/heatTransfer/buoyantSimpleFoam/buoyantCavity I created an .stl in solidworks and used gmsh to create a gambit .neu file. I then used gambitToFoam to convert the mesh into the appropriate files. When I run checkMesh everything came back okay, but when I run buoyantSimpleFoam, it fails after the first timestep. I think it is something to do with my fvSchemes, but I am very new to OpenFoam, so could totally be wrong: Code:
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ddtSchemes { default steadyState; } gradSchemes { default Gauss linear; } divSchemes { default none; div(phi,U) bounded Gauss limitedLinear 0.2; div(phi,K) bounded Gauss limitedLinear 0.2; div(phi,h) bounded Gauss limitedLinear 0.2; div(phi,k) bounded Gauss limitedLinear 0.2; div(phi,epsilon) bounded Gauss limitedLinear 0.2; div(phi,omega) bounded Gauss limitedLinear 0.2; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear orthogonal; } interpolationSchemes { default linear; } snGradSchemes { default orthogonal; } wallDist { method meshWave; } // ************************************************************************* // |
|
Tags |
bounding k, simplefoam, simplefoam convergence |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Needed Benchmark Problems for FSI | Mechstud | Main CFD Forum | 4 | July 26, 2011 13:13 |
Running buoyantSimpleFoam with oodles data as initialisation | samulu | OpenFOAM | 5 | November 19, 2009 12:49 |
MRFSimpleFOAM goes divergenced! | renyun0511 | OpenFOAM Running, Solving & CFD | 0 | November 19, 2009 03:11 |
Problems with simulating TurbFOAM | barath.ezhilan | OpenFOAM | 13 | July 16, 2009 06:55 |
BuoyantSimpleFoam | amitshah | OpenFOAM Running, Solving & CFD | 4 | June 3, 2009 07:04 |