From 2aae435005bef3d92009874a27432d872b4ab56f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 1 Apr 2005 23:54:16 +0000 Subject: [PATCH] missing param file --- benchmarks/3d/CoilAboveACrack_dat.pro | 80 +++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 benchmarks/3d/CoilAboveACrack_dat.pro diff --git a/benchmarks/3d/CoilAboveACrack_dat.pro b/benchmarks/3d/CoilAboveACrack_dat.pro new file mode 100644 index 0000000000..15c954268f --- /dev/null +++ b/benchmarks/3d/CoilAboveACrack_dat.pro @@ -0,0 +1,80 @@ +// 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; -- GitLab