mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: structuredDecomp : new decomposition method. fixedNormalSlip : variant of slip point bc with user-specified normal.
This commit is contained in:
@ -84,22 +84,26 @@ boundaryField
|
||||
|
||||
maxX
|
||||
{
|
||||
type slip;
|
||||
type fixedNormalSlip;
|
||||
n (1 0 0);
|
||||
}
|
||||
|
||||
minX
|
||||
{
|
||||
type slip;
|
||||
type fixedNormalSlip;
|
||||
n (1 0 0);
|
||||
}
|
||||
|
||||
minY
|
||||
{
|
||||
type slip;
|
||||
type fixedNormalSlip;
|
||||
n (0 1 0);
|
||||
}
|
||||
|
||||
maxY
|
||||
{
|
||||
type slip;
|
||||
type fixedNormalSlip;
|
||||
n (0 1 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -20,15 +20,13 @@ dynamicFvMesh dynamicMotionSolverFvMesh;
|
||||
|
||||
motionSolverLibs ("libfvMotionSolvers.so");
|
||||
|
||||
solver displacementSBRStress; //displacementLaplacian; //displacementSBRStress;
|
||||
diffusivity quadratic quadratic inverseDistance 1(minZ);
|
||||
|
||||
solver displacementSBRStress; //displacementLaplacian;
|
||||
//solver velocityComponentLaplacian z;
|
||||
|
||||
//diffusivity uniform;
|
||||
//diffusivity directional (1 200 0);
|
||||
// diffusivity motionDirectional (1 1000 0);
|
||||
// diffusivity file motionDiffusivity;
|
||||
//diffusivity motionDirectional (1 1000 0);
|
||||
//diffusivity file motionDiffusivity;
|
||||
diffusivity quadratic inverseDistance 1(minZ);
|
||||
// diffusivity exponential 2000 inverseDistance 1(movingWall);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -19,14 +19,14 @@ convertToMeters 1;
|
||||
|
||||
vertices
|
||||
(
|
||||
( 659531 4.7513e+06 1028)
|
||||
( 659531 4.7513e+06 2100)
|
||||
( 662381 4.7513e+06 2100)
|
||||
( 662381 4.7513e+06 1028)
|
||||
( 659531 4.75454e+06 1028)
|
||||
( 659531 4.75454e+06 2100)
|
||||
( 662381 4.75454e+06 2100)
|
||||
( 662381 4.75454e+06 1028)
|
||||
( 659600 4.7514e+06 1028)
|
||||
( 659600 4.7514e+06 2100)
|
||||
( 662300 4.7514e+06 2100)
|
||||
( 662300 4.7514e+06 1028)
|
||||
( 659600 4.7545e+06 1028)
|
||||
( 659600 4.7545e+06 2100)
|
||||
( 662300 4.7545e+06 2100)
|
||||
( 662300 4.7545e+06 1028)
|
||||
);
|
||||
blocks
|
||||
(
|
||||
@ -34,33 +34,34 @@ blocks
|
||||
);
|
||||
|
||||
|
||||
edges
|
||||
edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
(
|
||||
wall maxX
|
||||
patch maxX
|
||||
(
|
||||
(3 7 6 2)
|
||||
)
|
||||
wall minZ
|
||||
patch minZ
|
||||
(
|
||||
(0 4 7 3)
|
||||
)
|
||||
wall maxZ
|
||||
patch maxZ
|
||||
(
|
||||
(2 6 5 1)
|
||||
)
|
||||
wall minX
|
||||
patch minX
|
||||
(
|
||||
(1 5 4 0)
|
||||
)
|
||||
wall minY
|
||||
patch minY
|
||||
(
|
||||
(0 3 2 1)
|
||||
)
|
||||
wall maxY
|
||||
patch maxY
|
||||
(
|
||||
(4 5 6 7)
|
||||
)
|
||||
|
||||
@ -33,17 +33,17 @@ writeInterval 5;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
writeFormat ascii;
|
||||
writeFormat binary;
|
||||
|
||||
writePrecision 6;
|
||||
|
||||
writeCompression off;
|
||||
writeCompression uncompressed;
|
||||
|
||||
timeFormat general;
|
||||
|
||||
timePrecision 6;
|
||||
|
||||
runTimeModifiable true;
|
||||
runTimeModifiable yes;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user