Updating sampleDict in solidDisplacmentFoam tutorial case

This commit is contained in:
Chris Greenshields
2008-06-21 17:36:18 +01:00
committed by graham
parent f8e3f505d6
commit 34267e9ae4

View File

@ -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
} }
); );
fields surfaces
();
fields
( (
sigmaxx sigmaxx
); );
// ************************************************************************* // // ************************************************************************* //