|
[Sponsors] |
September 27, 2024, 03:27 |
Calculation of Cell Reynolds Number
|
#1 |
Member
lalupp
Join Date: Jul 2010
Location: India
Posts: 47
Rep Power: 16 |
I need to calculate cell Reynolds number of a particular cell for that
the characteristic length L is taken as cube root of Cell volume (mesh.V) Also velocity vector mesh().lookupObject<volVectorField>("U") To access Nu value (kinematic Viscosity) I tried as follows but giving errors const volScalarField k_viscosity = turbulence->nu(); double viscosity = k_viscosity[celli]; I am new to openfoam and trying openfoam-12 and NACA0012 verification case using SpalartAllmaras Turbulence model 1) How to access the Nu value 2) or Anywhere in the openfoam, cell Reynolds number is calculated? Any help is Highly appreciated. |
|
Tags |
cell reynolds number |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FOAM FATAL IO ERROR:file: unknown | YatengQ | OpenFOAM Running, Solving & CFD | 0 | January 31, 2023 08:14 |
Decomposing error simple method | DanGode | OpenFOAM Pre-Processing | 1 | July 27, 2021 07:58 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
SigFpe when running ANY application in parallel | Pj. | OpenFOAM Running, Solving & CFD | 3 | April 23, 2015 15:53 |
AMI interDyMFoam for mixer | danny123 | OpenFOAM Running, Solving & CFD | 4 | June 19, 2013 05:49 |