diff --git a/advanced-reactor.html b/advanced-reactor.html index 9ea7e23..40ea4f6 100644 --- a/advanced-reactor.html +++ b/advanced-reactor.html @@ -8,7 +8,7 @@ volume: { value: 0., required: true }, length: { value: 0.}, resolution_L: { value: 0.}, - boundary_condition: {value: "Generalised"}, + alpha: {value: 0}, n_inlets: { value: 1, required: true}, kla: { value: null }, S_O_init: { value: 0., required: true }, @@ -76,17 +76,9 @@ $(".PFR").show(); } }); - $("#node-input-boundary_condition").typedInput({ - types: [ - { - value: "Generalised", - options: [ - { value: "Generalised", label: "Generalised"}, - { value: "Dirichlet", label: "Dirichlet"}, - { value: "Danckwerts", label: "Danckwerts"} - ] - } - ] + $("#node-input-alpha").typedInput({ + type:"num", + types:["num"] }) // Set initial visibility on dialog open const initialType = $("#node-input-reactor_type").typedInput("value"); @@ -131,9 +123,12 @@ -
Inlet boundary condition parameter α (α = 0: Danckwerts BC / α = 1: Dirichlet BC)
+