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; ...@@ -70,6 +70,9 @@ extrudeModel linearNormal;
//- Extrudes into sphere around (0 0 0) //- Extrudes into sphere around (0 0 0)
// extrudeModel linearRadial; // extrudeModel linearRadial;
//- Extrudes into sphere around (0 0 0) with specified radii
//extrudeModel radial;
//- Extrudes into sphere with grading according to pressure (atmospherics) //- Extrudes into sphere with grading according to pressure (atmospherics)
// extrudeModel sigmaRadial; // extrudeModel sigmaRadial;
...@@ -98,6 +101,14 @@ linearDirectionCoeffs ...@@ -98,6 +101,14 @@ linearDirectionCoeffs
linearRadialCoeffs linearRadialCoeffs
{ {
R 0.1; 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 sigmaRadialCoeffs
...@@ -107,4 +118,5 @@ sigmaRadialCoeffs ...@@ -107,4 +118,5 @@ sigmaRadialCoeffs
pStrat 1; pStrat 1;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment