Initializes the mechanism configuration for restart.
More...
|
subroutine | restartfromfile (sam, sys, mech, ctrl, lpu, ierr) |
| Initializes the mechanism configuration from restart file. More...
|
|
subroutine | restartfromcore (sam, sys, mech, ctrl, data, ndat, lpu, istat) |
| Initializes the mechanism configuration from provided state array. More...
|
|
Initializes the mechanism configuration for restart.
◆ restartfromcore()
subroutine restartmodule::restartinit::restartfromcore |
( |
type(samtype), intent(in) |
sam, |
|
|
type(systemtype), intent(inout) |
sys, |
|
|
type(mechanismtype), intent(inout) |
mech, |
|
|
type(controltype), intent(inout) |
ctrl, |
|
|
real(dp), dimension(ndat), intent(in) |
data, |
|
|
integer, intent(in) |
ndat, |
|
|
integer, intent(in) |
lpu, |
|
|
integer, intent(out) |
istat |
|
) |
| |
|
private |
Initializes the mechanism configuration from provided state array.
- Parameters
-
[in] | sam | Data for managing system matrix assembly |
| sys | System level model data |
| mech | Mechanism components of the model |
| ctrl | Control system data |
[in] | ndat | Length of the solution state array |
[in] | data | Solution state array |
[in] | lpu | File unit number for res-file output |
[out] | istat | Status flag, <0: Error, ≥0: Number of values read |
- Author
- Knut Morten Okstad
- Date
- 13 Jan 2017
◆ restartfromfile()
subroutine restartmodule::restartinit::restartfromfile |
( |
type(samtype), intent(in) |
sam, |
|
|
type(systemtype), intent(inout) |
sys, |
|
|
type(mechanismtype), intent(inout) |
mech, |
|
|
type(controltype), intent(inout) |
ctrl, |
|
|
integer, intent(in) |
lpu, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
Initializes the mechanism configuration from restart file.
- Parameters
-
[in] | sam | Data for managing system matrix assembly |
| sys | System level model data |
| mech | Mechanism components of the model |
| ctrl | Control system data |
[in] | lpu | File unit number for res-file output |
[out] | ierr | Error flag |
- Note
- Proper initialization of tire models is not implemented yet.
- Author
- Knut Morten Okstad
- Date
- 1 Nov 2005
The documentation for this interface was generated from the following file: