Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenFOAM-plus
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
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Development
OpenFOAM-plus
Merge requests
!10
Feature decompose par dict
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature decompose par dict
feature-decomposeParDict
into
develop
Overview
0
Commits
10
Changes
Merged
Mattijs Janssens
requested to merge
feature-decomposeParDict
into
develop
9 years ago
Overview
0
Commits
10
Changes
-
Expand
Merging remaining functionality to do with -decomposeParDict parallel argList option.
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b60b7aa9
10 commits,
9 years ago
+
561
−
203
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
applications/utilities/mesh/generation/extrude/extrudeMesh/extrudeMeshDict
+
14
−
0
Options
@@ -63,6 +63,10 @@ extrudeModel wedge;
//- Extrudes into sphere with grading according to pressure (atmospherics)
//extrudeModel sigmaRadial;
//- Extrudes by interpolating along path inbetween two (topologically identical)
// surfaces (e.g. one is an offsetted version of the other)
//extrudeModel offsetSurface;
nLayers 10;
expansionRatio 1.0;
@@ -105,6 +109,16 @@ sigmaRadialCoeffs
pStrat 1;
}
offsetSurfaceCoeffs
{
// Surface that mesh has been meshed to
baseSurface "$FOAM_CASE/constant/triSurface/DTC-scaled-inflated.obj";
// Surface to fill in to
offsetSurface "$FOAM_CASE/constant/triSurface/DTC-scaled.obj";
}
// Do front and back need to be merged? Usually only makes sense for 360
// degree wedges.
mergeFaces false;
Loading