Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | active | = | .false. | ||
logical, | private | :: | solidify | = | .false. | ||
logical, | private | :: | fluidify | = | .false. | ||
logical, | private | :: | proximity | = | .false. | ||
type(tem_timeControl_type), | private | :: | timeControl | ||||
character(len=labelLen), | private | :: | cond_varName | Name of the variable defined for condition varname in config file. Variable refered should return 0 for if condition is false and If there are more than one condition variable required then they must be combined via variable definitions in config file. |
|||
integer, | private | :: | cond_varPos | Position of variable defined for the condition varname in the varSys |