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

Skip to content
Snippets Groups Projects
Commit e28734bc authored by dpraetor's avatar dpraetor
Browse files

acom v2 constraint experiment tps1pf added

parent 42dfdc22
Branches acomExperiments
No related tags found
No related merge requests found
from commix import *
h = 10 / 4
geo = Geometry(geometry=Cuboid(80, 80, 10), meshSize=(h, h, h), scaling=1e-09, structuredMesh=True)
from math import pi
par = Parameters(A=pi*2.0e-11, Ms=1.0e6, alpha=0.08, K=0.0, D=pi*2.0e-3 \
, dmCoupling="bulk", maxwellCoupling ="none", timeStepSize=0.1e-12/16, TOL=1e-12, theta=1.0)
from math import sqrt
e = 1.0/100.0
par.m0 = (e, -e, sqrt(1-2*e*e))
exp = Integrator(scheme=TPS1PF, geometry=geo, parameters=par, numthreads=4)
exp.SetResultsFolder("ACOM_V2_ConstraintExperiment_k1e-13by16_Result")
exp.RecordMagnetization(record=True, maxwell=False, every=10e-12)
exp.Integrate(duration=0.91e-09)
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