Issue #108: Allow defining steady-state and transient operating conditions (ESDLab/openfcst)

3 views
Skip to first unread message

Mohamad Ghadban

unread,
Feb 24, 2023, 1:36:26 PM2/24/23
to open...@googlegroups.com
New issue 108: Allow defining steady-state and transient operating conditions
https://bitbucket.org/ESDLab/openfcst/issues/108/allow-defining-steady-state-and-transient

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

Reply all
Reply to author
Forward
0 new messages