Skip to content
Snippets Groups Projects
Commit db8ba80a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: update old keywords

parent 4696a96f
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,6 @@ FoamFile ...@@ -18,6 +18,6 @@ FoamFile
field "alpha.water"; field "alpha.water";
type sphere; type sphere;
radius 0.15; radius 0.15;
centre (0.35 0.35 0.35); origin (0.35 0.35 0.35);
// ************************************************************************* // // ************************************************************************* //
...@@ -19,7 +19,7 @@ field alpha.water; ...@@ -19,7 +19,7 @@ field alpha.water;
type sin; type sin;
direction (1 0 0); direction (1 0 0);
up (0 0 1); up (0 0 1);
centre (-0.5 0 0.5); origin (-0.5 0 0.5);
period 2; period 2;
amplitude 0.05; amplitude 0.05;
......
...@@ -46,7 +46,7 @@ geometry ...@@ -46,7 +46,7 @@ geometry
refinement1 refinement1
{ {
type sphere; type sphere;
centre (0 0 0.0025); origin (0 0 0.0025);
radius 0.0075; radius 0.0075;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment