From d515e224fee36fc3bbb3a52f24de7dba173fc9e5 Mon Sep 17 00:00:00 2001
From: Carl-Martin Pfeiler <carl-martin.pfeiler@asc.tuwien.ac.at>
Date: Mon, 6 May 2019 14:22:47 +0200
Subject: [PATCH] in Parameters docu; units for non-const ext field
---
_setup/parameters.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/_setup/parameters.py b/_setup/parameters.py
index ec6691f..5557d85 100644
--- a/_setup/parameters.py
+++ b/_setup/parameters.py
@@ -33,7 +33,8 @@ class Parameters:
.hbar [1.054571800e-34]
- which lower-order contributions to consider:
.H_ext = [ (f,g,h) where f, g, h are either constants
- or functions in (t, x, y, z) ]
+ or functions in (t, x, y, z); with t in physical seconds;
+ (x, y, z) w.r.t. to the NgSolve geometry, i.e., unphysical dimension]
.easy_axis [(1,0,0)] and .K for uniaxial anisotropy
.maxwellCoupling = ['none', 'magnetostaticField', 'strayField','oerstedField']
(magnetostaticField = strayfield & oersted field)
--
GitLab