Skip to content
Snippets Groups Projects
Select Git revision
  • 4ecb383de96507488d3273b96b5f8a508c83db16
  • master default protected
  • dof-renumbering
  • test-dof-hash
  • gdemesy-master-patch-30528
  • eval-space-time
  • oscillating_multiharm
  • MH_movement
  • axisqu
  • write_vtu_and_ensight_formats
  • movingband
  • CP_1972_add_vtu_file_writing
  • mortar
  • fast_freq_sweep_Resolution
  • applyresolvent_again
  • marteaua-master-patch-54323
  • patch-1
  • binde-master-patch-08072
  • binde-master-patch-52461
  • BCGSL
  • resolvent
  • getdp_3_5_0
  • getdp_3_4_0
  • getdp_3_3_0
  • getdp_3_2_0
  • getdp_3_1_0
  • getdp_3_0_4
  • getdp_3_0_3
  • getdp_3_0_2
  • getdp_3_0_1
  • getdp_3_0_0
  • onelab_mobile_2.1.0
  • getdp_2_11_3 protected
  • getdp_2_11_2 protected
  • getdp_2_11_1 protected
  • getdp_2_11_0 protected
  • getdp_2_10_0 protected
  • getdp_2_9_2 protected
  • getdp_2_9_1 protected
  • getdp_2_9_0 protected
  • getdp_2_8_0 protected
41 results

OS.h

Blame
  • 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;