Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
8e9de940
Commit
8e9de940
authored
12 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
ENH: extrudeToRegionMeshDict: update for new extrusion models
parent
fe9f21fc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMeshDict
+12
-0
12 additions, 0 deletions
...ation/extrude/extrudeToRegionMesh/extrudeToRegionMeshDict
with
12 additions
and
0 deletions
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMeshDict
+
12
−
0
View file @
8e9de940
...
@@ -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;
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment