Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ab4ade1b
Commit
ab4ade1b
authored
Jan 02, 2013
by
mattijs
Browse files
ENH: caseDicts: add constraintTypes to pipeCyclic
parent
521797fa
Changes
9
Hide whitespace changes
Inline
Side-by-side
etc/caseDicts/setConstraintTypes
View file @
ab4ade1b
...
...
@@ -11,6 +11,11 @@ cyclic
type cyclic;
}
cyclicAMI
{
type cyclicAMI;
}
cyclicSlip
{
type cyclicSlip;
...
...
tutorials/incompressible/simpleFoam/pipeCyclic/0.org/U
View file @
ab4ade1b
...
...
@@ -20,6 +20,9 @@ internalField uniform (1 0 0);
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type codedFixedValue;
...
...
@@ -48,11 +51,6 @@ boundaryField
type fixedValue;
value uniform (0 0 0);
}
"side.*"
{
type cyclicAMI;
}
}
// ************************************************************************* //
tutorials/incompressible/simpleFoam/pipeCyclic/0.org/epsilon
View file @
ab4ade1b
...
...
@@ -21,6 +21,9 @@ internalField uniform 1;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type turbulentMixingLengthDissipationRateInlet;
...
...
@@ -39,11 +42,6 @@ boundaryField
type epsilonWallFunction;
value uniform 0;
}
"side.*"
{
type cyclicAMI;
}
}
...
...
tutorials/incompressible/simpleFoam/pipeCyclic/0.org/k
View file @
ab4ade1b
...
...
@@ -21,6 +21,9 @@ internalField uniform 1;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type turbulentIntensityKineticEnergyInlet;
...
...
@@ -39,11 +42,6 @@ boundaryField
type kqRWallFunction;
value uniform 0;
}
"side.*"
{
type cyclicAMI;
}
}
...
...
tutorials/incompressible/simpleFoam/pipeCyclic/0.org/nuTilda
View file @
ab4ade1b
...
...
@@ -20,6 +20,9 @@ internalField uniform 0;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type zeroGradient;
...
...
@@ -34,11 +37,6 @@ boundaryField
{
type zeroGradient;
}
"side.*"
{
type cyclicAMI;
}
}
// ************************************************************************* //
tutorials/incompressible/simpleFoam/pipeCyclic/0.org/nut
View file @
ab4ade1b
...
...
@@ -21,6 +21,9 @@ internalField uniform 0;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type calculated;
...
...
@@ -38,11 +41,6 @@ boundaryField
type nutkWallFunction;
value $internalField;
}
"side.*"
{
type cyclicAMI;
}
}
...
...
tutorials/incompressible/simpleFoam/pipeCyclic/0.org/p
View file @
ab4ade1b
...
...
@@ -20,6 +20,9 @@ internalField uniform 0;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type zeroGradient;
...
...
@@ -35,11 +38,6 @@ boundaryField
{
type zeroGradient;
}
"side.*"
{
type cyclicAMI;
}
}
// ************************************************************************* //
tutorials/incompressible/simpleFoam/pipeCyclic/Allrun
View file @
ab4ade1b
...
...
@@ -36,4 +36,6 @@ cp -r 0.org 0
runApplication decomposePar
-cellDist
runParallel
$application
5
runApplication reconstructPar
# ----------------------------------------------------------------- end-of-file
tutorials/incompressible/simpleFoam/pipeCyclic/system/controlDict
View file @
ab4ade1b
...
...
@@ -15,6 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libOpenFOAM.so"
"libincompressibleTurbulenceModel.so"
"libincompressibleRASModels.so"
);
application simpleFoam;
startFrom startTime;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment