Fix spelling of "Dirichlet" in advanced-reactor.html and specificClass.js

This commit is contained in:
2025-07-07 14:58:52 +02:00
parent 01380c309f
commit 01318a2d3b
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
value: "Generalised",
options: [
{ value: "Generalised", label: "Generalised"},
{ value: "Diriclet", label: "Diriclet"},
{ value: "Dirichlet", label: "Dirichlet"},
{ value: "Danckwerts", label: "Danckwerts"}
]
}

View File

@@ -210,7 +210,7 @@ class Reactor_PFR extends Reactor {
BC_gradient[1] = 1;
let BC_term = 0;
switch(this.BC) {
case "Diriclet":
case "Dirichlet":
BC_term = 0;
break;
case "Danckwerts":