Add conductances
The procedure for adding conductances to a model is:
- Ensure that the thermal solver input file contains the line:
PARAM ADDUSRCOND 1
. - Wait for
USER1
to be called withKODE=5
, this occurs very early in the solution process. - Define an array to define conductances and an array to hold the values.
-
Call subroutine
ADDCOND
.