CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

How to improve the resolution in openFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 21, 2023, 04:21
Default How to improve the resolution in openFoam
  #1
Member
 
Niyas
Join Date: Apr 2013
Posts: 44
Rep Power: 13
niyas is on a distinguished road
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
niyas is offline   Reply With Quote

Reply

Tags
fvschemes, higher-order, openfoam v6, resolution


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frequently Asked Questions about Installing OpenFOAM wyldckat OpenFOAM Installation 3 November 14, 2023 11:58
OpenFOAM komegaSST - full resolution of ROUGH surface wall boundary layer foamF OpenFOAM Running, Solving & CFD 4 February 29, 2020 16:48
OpenFOAM Foundation releases OpenFOAMŪ 3.0.0 CFDFoundation OpenFOAM Announcements from OpenFOAM Foundation 1 November 7, 2015 15:16
OpenFOAM Foundation releases OpenFOAM 2.2.2 opencfd OpenFOAM Announcements from ESI-OpenCFD 0 October 14, 2013 07:18
The OpenFOAM extensions project mbeaudoin OpenFOAM 16 October 9, 2007 09:33


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