*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 1c185025 authored by Carl-Martin Pfeiler's avatar Carl-Martin Pfeiler
Browse files

removed theta=1 for tps2 simulations

parent e7ed7c74
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ geo = Geometry(geometry=Cuboid(120, 120, 10), meshSize=(h, h, h), scaling=1.0e-0
from math import pi
par = Parameters(A=pi*2.0e-11, Ms=1.0e6, alpha=0.1, K=0.0 \
, D=pi*2.0e-3, dmCoupling="bulk", timeStepSize=0.1e-12, TOL=1e-13, theta=1.0)
, D=pi*2.0e-3, dmCoupling="bulk", timeStepSize=0.1e-12, TOL=1e-13)
par.maxwellCoupling = "none"
......
......@@ -6,7 +6,7 @@ geo = Geometry(geometry=Cuboid(120, 120, 10), meshSize=(h, h, h), scaling=1.0e-0
from math import pi
par = Parameters(A=pi*2.0e-11, Ms=1.0e6, alpha=0.1, K=0.0 \
, D=pi*2.0e-3, dmCoupling="bulk", dmImplicitTreatment=True, timeStepSize=0.1e-12, TOL=1e-13, theta=1.0)
, D=pi*2.0e-3, dmCoupling="bulk", dmImplicitTreatment=True, timeStepSize=0.1e-12, TOL=1e-13)
par.maxwellCoupling = "none"
......
......@@ -6,7 +6,7 @@ geo = Geometry(geometry=Cuboid(120, 120, 10), meshSize=h, scaling=1.0e-09)
from math import pi
par = Parameters(A=pi*2.0e-11, Ms=1.0e6, alpha=0.1, K=0.0 \
, D=pi*2.0e-3, dmCoupling="bulk", dmImplicitTreatment=True, timeStepSize=0.1e-12, TOL=1e-13, theta=1.0)
, D=pi*2.0e-3, dmCoupling="bulk", dmImplicitTreatment=True, timeStepSize=0.1e-12, TOL=1e-13)
par.maxwellCoupling = "none"
......
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