Mohamad Ghadban:
Currently, if a simulation is transient, the operating conditions section in the parameter file will be massive. For example, the following will have to be defined for every operating condition:
subsection Cell temperature
set Behavior = Constant value
subsection Behavior parameters
subsection Constant value
set Cell temperature \[K\] = 298
end
end
end
These detailed lists should be defined “only” for variables that change with time.
===================================================================
Proposed change:
====================================================================
subsection Operating conditions
set Adjust initial solution and boundary conditions = true
subsection Steady-state conditions
set <constant op cond 1> = …
set <constant op cond 2> = …
end
subsection Transient conditions
subsection <op cond 1>
set Behavior = xxx
subsection Behavior parameters
subsection xxx
set op cond 1 = yyy
end
end
end
end
Responsible: Mohamad Ghadban