FEDEM Solver  R8.0
Source code of the dynamics solver
Modules | Functions/Subroutines | Variables
initiateSystemTypeModule.f90 File Reference

Initialization of system data from the solver input file. More...

Modules

module  initiatesystemtypemodule
 Initialization of system data from the solver input file.
 

Functions/Subroutines

subroutine initiatesystemtypemodule::initiatesystem (sys, engines, tIncEngineId, wFac, err)
 Initializes system level model data from the command-line arguments. More...
 
subroutine checkrange (name, val, vmin, vmax)
 Checks whether an alpha-parameter is in the valid range. More...
 
subroutine initiatesystemtypemodule::initiatesystem2 (sam, sys, err)
 Allocates the system vectors and Newton matrix. More...
 
subroutine initiatesystemtypemodule::inittimestepping (sys, err)
 Initializes the time stepping before starting integration loop. More...
 

Variables

real(dp), parameter, private initiatesystemtypemodule::epst_p = 1.0e-12_dp
 Zero tolerance for time. More...
 

Detailed Description

Initialization of system data from the solver input file.

Function/Subroutine Documentation

◆ checkrange()

subroutine initiatesystem::checkrange ( character(len=*), intent(in)  name,
real(dp), intent(inout)  val,
real(dp), intent(in)  vmin,
real(dp), intent(in)  vmax 
)

Checks whether an alpha-parameter is in the valid range.