Skip to content
Snippets Groups Projects
Commit 9ba6c95a authored by Student-A's avatar Student-A
Browse files

adds missing roles

parent 43d5423a
No related tags found
No related merge requests found
...@@ -101,5 +101,5 @@ theory FreeFallOnEarthModel = ...@@ -101,5 +101,5 @@ theory FreeFallOnEarthModel =
gravity: $ Acceleration (Vector 3) ❘ # g ❘ = (◁ 0.0, -9.81, 0.0) ! (metres /'' seconds ²'')❙ gravity: $ Acceleration (Vector 3) ❘ # g ❘ = (◁ 0.0, -9.81, 0.0) ! (metres /'' seconds ²'')❙
equation_of_motion: ⊦ x ≐ x_0 '+' (v_0 '*' t) '+' g '*∘' (t '*' t '/' (2.0 ? units)) ❙ equation_of_motion: ⊦ x ≐ x_0 '+' (v_0 '*' t) '+' g '*∘' (t '*' t '/' (2.0 ? units)) ❘ role Law
...@@ -74,23 +74,23 @@ theory VanRoosbrockEg : qe:?ModelBase = ...@@ -74,23 +74,23 @@ theory VanRoosbrockEg : qe:?ModelBase =
include ur:?LF ❙ include ur:?LF ❙
include qe:?BoundaryConditionBase❙ include qe:?BoundaryConditionBase❙
permitivity_relation: ⊦ ε_s ≐ ε_r '*' ε_0 ❘ role Law❙ permitivity_relation: ⊦ ε_s ≐ ε_r '*' ε_0 ❘ role Law
displacement_law: ⊦ D ≐ ε_s '∘*. E ❘ role Law ❙ displacement_law: ⊦ D ≐ ε_s '∘*. E ❘ role Law ❙
gauss_law: ⊦ -. ρ ≐ ∇⋅. D ❘ role Law❙ gauss_law: ⊦ -. ρ ≐ ∇⋅. D ❘ role Law❙
charge_density_law: {x: Ω}⊦ ρ x ≐ e '*' (C x '-' n x) ❙ charge_density_law: {x: Ω}⊦ ρ x ≐ e '*' (C x '-' n x) ❘ role Law
displacement_relation: ⊦ D ≐ ε_s '∘*. E❙ displacement_relation: ⊦ D ≐ ε_s '∘*. E ❘ role Law
electric_field_law: ⊦ E ≐ -. ∇. Ψ ❙ electric_field_law: ⊦ E ≐ -. ∇. Ψ ❘ role Law
electron_density_law: {x: Ω} ⊦ n x ≐ N_c x '*' (exp ((e '*' (Ψ x '-' φ_n x) '-' E_c x) '/' (k_B '*' T x)))❙ electron_density_law: {x: Ω} ⊦ n x ≐ N_c x '*' (exp ((e '*' (Ψ x '-' φ_n x) '-' E_c x) '/' (k_B '*' T x))) ❘ role Law
electron_current: ⊦ j_n ≐ ((e '∘*. μ_n .*. n) .*. (∇. φ_n)) ❙ electron_current: ⊦ j_n ≐ ((e '∘*. μ_n .*. n) .*. (∇. φ_n)) ❘ role Law
electron_continuity_eqn: ⊦ ∇⋅. j_n ≐ ([x: Ω] 0.0 ? units) | Ω ❘ role Condition electron_continuity_eqn: ⊦ ∇⋅. j_n ≐ ([x: Ω] 0.0) ❘ role Law
two_potential_at_boundary : Dirichlet Ψ ([x: ∂Ω] 2.0 ? volts)❙ two_potential_at_boundary : Dirichlet Ψ ([x: ∂Ω] 2.0 ? volts)❙
......
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