mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updating sampleDict in solidDisplacmentFoam tutorial case
This commit is contained in:
committed by
graham
parent
f8e3f505d6
commit
34267e9ae4
@ -25,13 +25,13 @@ FoamFile
|
|||||||
|
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
|
|
||||||
writeFormat raw;
|
setFormat raw;
|
||||||
|
|
||||||
sampleSets
|
sets
|
||||||
(
|
(
|
||||||
uniform
|
leftPatch
|
||||||
{
|
{
|
||||||
name leftPatch;
|
type uniform;
|
||||||
axis y;
|
axis y;
|
||||||
start (0 0.5 0.25);
|
start (0 0.5 0.25);
|
||||||
end (0 2 0.25);
|
end (0 2 0.25);
|
||||||
@ -39,10 +39,12 @@ sampleSets
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
surfaces
|
||||||
|
();
|
||||||
|
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
sigmaxx
|
sigmaxx
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user