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

ENH: circuitBoardCooling: clean up

parent b010656a
Branches
Tags
No related merge requests found
...@@ -30,9 +30,6 @@ baffles ...@@ -30,9 +30,6 @@ baffles
zoneName baffleFaces; zoneName baffleFaces;
//- Optional flip
//flip false;
patches patches
{ {
master master
...@@ -42,9 +39,7 @@ baffles ...@@ -42,9 +39,7 @@ baffles
type mappedWall; type mappedWall;
sampleMode nearestPatchFace; sampleMode nearestPatchFace;
sampleRegion region0;
samplePatch baffle1Wall_1; samplePatch baffle1Wall_1;
offsetMode uniform;
offset (0 0 0); offset (0 0 0);
...@@ -121,9 +116,7 @@ baffles ...@@ -121,9 +116,7 @@ baffles
type mappedWall; type mappedWall;
sampleMode nearestPatchFace; sampleMode nearestPatchFace;
sampleRegion region0;
samplePatch baffle1Wall_0; samplePatch baffle1Wall_0;
offsetMode uniform;
offset (0 0 0); offset (0 0 0);
patchFields patchFields
......
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