19 lines
659 B
C++
19 lines
659 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
extrudeModel linearNormal;
|
|
nLayers ${nLayers};
|
|
expansionRatio 1;
|
|
columnCells ${oneD}; //3D
|
|
linearNormalCoeffs
|
|
{
|
|
thickness ${thickness};
|
|
}
|
|
|
|
// ************************************************************************* //
|