Skip to content
Snippets Groups Projects
Commit 34267e9a authored by Chris Greenshields's avatar Chris Greenshields Committed by graham
Browse files

Updating sampleDict in solidDisplacmentFoam tutorial case

parent f8e3f505
Branches
Tags
No related merge requests found
......@@ -25,13 +25,13 @@ FoamFile
interpolationScheme cellPoint;
writeFormat raw;
setFormat raw;
sampleSets
sets
(
uniform
leftPatch
{
name leftPatch;
type uniform;
axis y;
start (0 0.5 0.25);
end (0 2 0.25);
......@@ -39,10 +39,12 @@ sampleSets
}
);
fields
surfaces
();
fields
(
sigmaxx
);
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment