This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/coupled/conjugateHeatFoam/conjugateCavity/solid.setSet

5 lines
173 B
Text
Raw Normal View History

cellSet solidBlock new boxToCell (0.1 0 0) (0.2 0.1 0.01);
faceSet contactSurface new boxToFace (0.1499 0 0) (0.1501 0.1 0.01);
faceSet leftZone new patchToFace left;
quit;