Load initial condition
Check if restart file is defined. Then use restart file to initialize variables. If not then load state variables either as constant or function \author Kannan Masilamani
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_ini_condition_type), | intent(out) | :: | me | Initial condition type |
||
type(flu_State) | :: | conf | lua state type |
|||
integer, | intent(in), | optional | :: | parent | ||
character(len=*), | intent(in) | :: | StateName(:) | array of defined initial state variables |
||
character(len=*), | intent(in), | optional | :: | key | key for the initial cond. |
|
integer, | intent(out) | :: | errCode(:) | errCode of variables Solver should take appropriate action according to errCode |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iState | ||||
integer, | private | :: | nStates | ||||
integer, | private | :: | ic_table | ||||
character(len=labelLen), | private | :: | lockey |