Skip to content
Snippets Groups Projects
Select Git revision
  • 38856f1dbb5af215b19e3982fc13e570768369d4
  • master default protected
2 results

R_circuit.geo

Blame
  • R_circuit.geo 902 B
    // Just 4 cubes
    
    Include "R_circuit_common.pro";
    
    lc = 0.25;      // Cjaracteristic length
    
    Point(1) = {0, 0, 0, lc};
    Extrude {1, 0, 0} {
      Point{1};
    }
    Extrude {0, 1, 0} {
      Line{1}; // Layers{10}; Recombine;
    }
    Extrude {0, 0, 1} {
      Surface{5}; // Layers{10}; Recombine;
    }
    Translate {2, 0, 0} {
      Duplicata { Volume{1}; }
    }
    Translate {0, 4, 0} {
      Duplicata { Volume{1}; }
    }
    Translate {2, 4, 0} {
      Duplicata { Volume{1}; }
    }
    
    Physical Surface(Cube1Top)              = {27};
    Physical Surface(Cube1Bottom)   = {5};
    Physical Surface(Cube2Top)              = {34};
    Physical Surface(Cube2Bottom)   = {29};
    Physical Surface(Cube3Top)              = {61};
    Physical Surface(Cube3Bottom)   = {56};
    Physical Surface(Cube4Top)              = {88};
    Physical Surface(Cube4Bottom)   = {83};
    
    Physical Volume(Cube1) = {1};
    Physical Volume(Cube2) = {28};
    Physical Volume(Cube3) = {55};
    Physical Volume(Cube4) = {82};