Skip to content
Snippets Groups Projects
Commit f6896585 authored by mattijs's avatar mattijs
Browse files

ENH: iglooWithFridges: make 1 aspect ratio

parent 2d6d2b73
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ vertices ...@@ -31,7 +31,7 @@ vertices
blocks blocks
( (
hex (0 1 2 3 4 5 6 7) (20 20 20) simpleGrading (1 1 1) hex (0 1 2 3 4 5 6 7) (20 20 10) simpleGrading (1 1 1)
); );
edges edges
......
...@@ -42,38 +42,6 @@ geometry ...@@ -42,38 +42,6 @@ geometry
max (1 1 1); max (1 1 1);
} }
fridgeFreezer
{
type searchableSurfaceCollection;
mergeSubRegions true;
freezer
{
surface box1;
scale (1 1 1);
transform
{
type cartesian;
origin (0 0 0);
e1 (1 0 0);
e3 (0 0 1);
}
}
fridge
{
surface box1;
scale (1 1 1.1);
transform
{
type cartesian;
origin (0 0 1);
e1 (1 0 0);
e3 (0 0 1);
}
}
}
twoFridgeFreezers twoFridgeFreezers
{ {
type searchableSurfaceCollection; type searchableSurfaceCollection;
...@@ -150,7 +118,7 @@ castellatedMeshControls ...@@ -150,7 +118,7 @@ castellatedMeshControls
( (
{ {
file "fridgeA.eMesh"; file "fridgeA.eMesh";
level 3; levels ((0.01 3));
} }
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment