Skip to content
Snippets Groups Projects
Commit 8e9de940 authored by mattijs's avatar mattijs
Browse files

ENH: extrudeToRegionMeshDict: update for new extrusion models

parent fe9f21fc
Branches
Tags
No related merge requests found
......@@ -70,6 +70,9 @@ extrudeModel linearNormal;
//- Extrudes into sphere around (0 0 0)
// extrudeModel linearRadial;
//- Extrudes into sphere around (0 0 0) with specified radii
//extrudeModel radial;
//- Extrudes into sphere with grading according to pressure (atmospherics)
// extrudeModel sigmaRadial;
......@@ -98,6 +101,14 @@ linearDirectionCoeffs
linearRadialCoeffs
{
R 0.1;
// Optional inner radius
Rsurface 0.01;
}
radialCoeffs
{
// Radii specified through interpolation table
R table ((0 0.01)(3 0.03)(10 0.1));
}
sigmaRadialCoeffs
......@@ -107,4 +118,5 @@ sigmaRadialCoeffs
pStrat 1;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment