|
[Sponsors] |
November 21, 2023, 05:21 |
How to improve the resolution in openFoam
|
#1 |
Member
Niyas
Join Date: Apr 2013
Posts: 45
Rep Power: 13 |
Hello everyone,
I am using OpenFOAM v6 to do some 3D combustion simulation which also produces shocks. My cases are running but the resolution is so poor. I am currently utilizing a structured mesh of 10 Million cells. My current fvschemes file is given below. So, my goal is to increase the resolution. How can I achieve that? Do I adjust the schemes or the mesh? In terms of schemes, which schemes can I use to get a good resolution? In terms of mesh size, if I change to unstructured mesh with 25 - 30 million cells will increase my resolution considerably. Thanks for the answer. Code:
fluxScheme Kurganov; ddtSchemes { default Euler; } gradSchemes { default Gauss linear; } divSchemes { default Gauss linear; div(tauMC) Gauss linear; div(phi,Yi_h) Gauss vanLeer; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; reconstruct(rho) Minmod; reconstruct(U) MinmodV; reconstruct(e) Minmod; reconstruct(p) Minmod; reconstruct(c) Minmod; reconstruct(Y) Minmod; reconstruct(T) Minmod; } snGradSchemes { default corrected; }
__________________
Regards, Niyas |
|
Tags |
fvschemes, higher-order, openfoam v6, resolution |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
OpenFOAM komegaSST - full resolution of ROUGH surface wall boundary layer | foamF | OpenFOAM Running, Solving & CFD | 4 | February 29, 2020 17:48 |
OpenFOAM Foundation releases OpenFOAMŪ 3.0.0 | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 1 | November 7, 2015 16:16 |
OpenFOAM Foundation releases OpenFOAM 2.2.2 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | October 14, 2013 08:18 |
The OpenFOAM extensions project | mbeaudoin | OpenFOAM | 16 | October 9, 2007 10:33 |