Skip to content
Snippets Groups Projects
Select Git revision
  • e301509ac9d97477058481f700b18843e522cfaa
  • master default
  • cgnsUnstructured
  • partitioning
  • poppler
  • HighOrderBLCurving
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
  • gmsh_2_8_6
26 results

Context.h

Blame
  • Forked from gmsh / gmsh
    Source project has a limited visibility.
    CoilAboveACrack_dat.pro 935 B
    // DIMENSIONS
    // ----------
    
    mm = 1.e-3;
    deg = Pi/180.;
    
    
    // Plate
    
    dxPlate = 6.*mm;
    dyPlate = 8.*mm;
    dzPlate = 2.*mm;
    
    zPlate = 3.*mm;
    
    rPlate = 15.e-3/2.;
    rPlateInt = rPlate-dzPlate;
    aPlate = 30.*deg;
    
    
    zCentre = zPlate + rPlate;
    
    
    // Probe
    
    dzGap = 0.1*mm;
    
    xProbe = dxPlate/2.-1.7e-3;
    yProbe = 0.;
    
    zCore = zPlate + dzPlate + dzGap;
    
    rCore = 0.5*mm;
    dzCore = 3.*mm;
    rExtCoil = 0.9*mm;
    
    zCoil = zCore + 0.1*mm;
    dzCoil = 1.6*mm;
    
    
    // Crack
    
    lengthCrack = 0.8*mm;
    depthCrack = 0.2*mm;
    widthCrack = 0.1*mm;
    
    yCrack = -0.6*mm;
    
    xCrack = dxPlate/2. - lengthCrack - 0.5e-3;
    
    
    // Box
    
    dxBox0 = dxPlate*0.5;
    dxBox1 = dxPlate*1.;
    dyBox = dyPlate*1.5;
    
    zBox0 = 0.;
    dzBox2 = 4.*mm;
    zBox1 = zCore + dzCore +dzBox2;
    
    
    // PHYSICAL REGIONS
    
    COIL = 100;
    CORE = 101;
    CORE0 = 102;
    PLATE = 110;
    CRACK = 120;
    AIR = 130;
    
    SKINCOIL = 1100;
    SKINCORE = 1101;
    SKINPLATE = 1110;
    SKINPLATEWCRACK = 1111;
    
    CUTCOIL = 2100;
    SKINCOIL2 = 3100;
    
    SURFACEGH0 = 1150;