mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated doc
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -25,9 +25,10 @@ Class
|
|||||||
Foam::maxDeltaxyz
|
Foam::maxDeltaxyz
|
||||||
|
|
||||||
Description
|
Description
|
||||||
maxDeltaxyz takes the maximum of the three dimensions per cell:
|
Delta calculated by taking the maximum distance between the cell centre
|
||||||
max(hx, hy, hz). Valid for structures hexahedral cells only.
|
and any face centre. For a regular hex cell, the computed delta will
|
||||||
|
equate to half of the cell width; accordingly, the deltaCoeff model
|
||||||
|
coefficient should be set to 2 for this case.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
maxDeltaxyz.C
|
maxDeltaxyz.C
|
||||||
@ -54,7 +55,8 @@ class maxDeltaxyz
|
|||||||
{
|
{
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
scalar deltaCoeff_; //
|
//- Model coefficient
|
||||||
|
scalar deltaCoeff_;
|
||||||
|
|
||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|||||||
Reference in New Issue
Block a user