Skip to content
Snippets Groups Projects
Commit a5755b55 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

same sibc example as in compumag 2017 abstract

parent c60cc5e4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ init:
gmsh sphere.geo -3
cim:
python ${BIN}/cim.py sphere.pro sphere.msh Solve 5.48e12+4.23e05j 1e11 -nodes 10 -lStart 4
python ${BIN}/cim.py sphere.pro sphere.msh Solve 8.22543e9+2.46361e1j 1e8 -nodes 10 -lStart 4
clean:
rm -f *.pos
......
// Geometry //
DefineConstant[R = { 150e-6, Name "Input/00Geometry/00Radius [m]" }];
DefineConstant[R = { 100e-3, Name "Input/00Geometry/00Radius [m]" }];
DefineConstant[K1 = { 1/R, Name "Input/00Geometry/01Curvature 1 [m^-1]",
ReadOnly 1}];
DefineConstant[K2 = { 1/R, Name "Input/00Geometry/02Curvature 2 [m^-1]",
......
......@@ -6,7 +6,7 @@ init:
gmsh sphere.geo -3
cim:
python ${BIN}/cim.py sphere.pro sphere.msh Solve 5.48e12+4.23e05j 1e11 -nodes 10 -lStart 4
python ${BIN}/cim.py sphere.pro sphere.msh Solve 8.22543e9+2.46361e1j 1e8 -nodes 10 -lStart 4
clean:
rm -f *.pos
......
// Geometry //
DefineConstant[R = { 150e-6, Name "Input/00Geometry/00Radius [m]" }];
DefineConstant[R = { 100e-3, Name "Input/00Geometry/00Radius [m]" }];
DefineConstant[K1 = { 1/R, Name "Input/00Geometry/01Curvature 1 [m^-1]",
ReadOnly 1}];
DefineConstant[K2 = { 1/R, Name "Input/00Geometry/02Curvature 2 [m^-1]",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment