Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/regression/input_files/IFE.IN.DAT
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ p_plant_electric_net_required_mw = 1000.0 *Required net electric power (MW)
*---------------Numerics Variables-----------------*
IOPTIMZ = 1 *Code operation switch (1: for optimisation VMCON only)
minmax = 18 *Null FoM, find feasible
maxcal = 100 *Maximum number of solver iterations


*------------------IFE Variables-------------------*
Expand Down
5 changes: 5 additions & 0 deletions tests/regression/input_files/large_tokamak_nof.IN.DAT
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ minmax = 1
* Error tolerance for VMCON
epsvmc = 1e-7

* Number of equality constraints
* (the first neqns icc=... statements are equality constraints)
neqns = 3

* Maximum number of solver iterations
maxcal = 100

* Constraint Equations - Consistency Equations *
************************************************

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

*----------------------------Global Variables---------------------------*

maxcal = 1000
maxcal = 100
* DESCRIPTION: Maximum number of VMCON iterations
* JUSTIFICATION: default

Expand Down
2 changes: 1 addition & 1 deletion tests/regression/input_files/st_regression.IN.DAT
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*________________________________________________________________________*
*----------------------------Global Variables---------------------------*
*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*
maxcal = 200
maxcal = 100
* DESCRIPTION: Maximum number of VMCON iterations
* JUSTIFICATION: Twice default, no impact on result

Expand Down