![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
FSTR INNER CONTROL PARAMETERS (fstrPARAM) More...
Data Fields | |
integer(kind=kint) | solution_type |
solution type number More... | |
integer(kind=kint) | solver_method |
solver method number More... | |
integer(kind=kint) | nlsolver_method |
solver method number for nonlinear equation More... | |
logical | nlgeom |
is geometrical nonlinearity considered More... | |
integer(kind=kint) | analysis_n |
STATIC !HEAT. More... | |
real(kind=kreal), dimension(:), pointer | dtime |
(=DT) STEP_DLTIME More... | |
real(kind=kreal), dimension(:), pointer | etime |
(/=ETIME) STEP_EETIME More... | |
real(kind=kreal), dimension(:), pointer | dtmin |
(=DTMIN) STEP_DELMIN More... | |
real(kind=kreal), dimension(:), pointer | delmax |
(=DTMAX) STEP_DELMAX More... | |
integer(kind=kint), dimension(:), pointer | itmax |
(/=ITMAX) More... | |
real(kind=kreal), dimension(:), pointer | eps |
(/=ESP) More... | |
real(kind=kreal) | ref_temp |
(=REF_TEMP) More... | |
integer(kind=kint) | timepoint_id |
time point ID for heat analysis More... | |
integer(kind=kint) | fg_echo |
output control More... | |
integer(kind=kint) | fg_result |
output result (kYES/kNO) (=IRESULT) More... | |
integer(kind=kint) | fg_visual |
visualization (kYES/kNO) (=IVISUAL) More... | |
integer(kind=kint) | fg_neutral |
for heat ... More... | |
integer(kind=kint) | fg_irres |
restart read (=IRRES) More... | |
integer(kind=kint) | fg_iwres |
restart write (=IWRES) More... | |
integer(kind=kint) | nrres |
NRRES. More... | |
integer(kind=kint) | nprint |
NPRINT. More... | |
integer(kind=kint) | n_node |
index table for global node ID sorting More... | |
integer(kind=kint) | nn_internal |
hecMESHnn_internal More... | |
integer(kind=kint), dimension(1,:), pointer | global_local_id |
integer(kind=kint), dimension(2,:), pointer | global |
integer(kind=kint), pointer | local |
integer(kind=kint) | fg_couple |
for couple analysis More... | |
integer(kind=kint) | fg_couple_type |
(default:0) More... | |
integer(kind=kint) | fg_couple_first |
(default:0) More... | |
integer(kind=kint) | fg_couple_window |
(default:0) More... | |
integer(kind=kint) | restart_out_type |
for restart control More... | |
integer(kind=kint) | restart_version |
version of restart file More... | |
integer(kind=kint) | contact_algo |
for contact analysis More... | |
type(tcontactparam), dimension(:), pointer | contactparam |
parameter sets for contact scan More... | |
type(tparamautoinc), dimension(:), pointer | ainc |
for auto increment and cutback More... | |
type(time_points), dimension(:), pointer | timepoints |
time points data More... | |
FSTR INNER CONTROL PARAMETERS (fstrPARAM)
Definition at line 154 of file m_fstr.f90.
type(tparamautoinc), dimension(:), pointer m_fstr::fstr_param::ainc |
integer(kind=kint) m_fstr::fstr_param::analysis_n |
integer( kind=kint ) m_fstr::fstr_param::contact_algo |
for contact analysis
contact analysis algorithm number(SLagrange or Alagrange)
Definition at line 199 of file m_fstr.f90.
type(tcontactparam), dimension(:), pointer m_fstr::fstr_param::contactparam |
parameter sets for contact scan
Definition at line 200 of file m_fstr.f90.
real(kind=kreal), dimension(:), pointer m_fstr::fstr_param::delmax |
(=DTMAX) STEP_DELMAX
Definition at line 165 of file m_fstr.f90.
real(kind=kreal), dimension(:), pointer m_fstr::fstr_param::dtime |
(=DT) STEP_DLTIME
Definition at line 162 of file m_fstr.f90.
real(kind=kreal), dimension(:), pointer m_fstr::fstr_param::dtmin |
(=DTMIN) STEP_DELMIN
Definition at line 164 of file m_fstr.f90.
real(kind=kreal), dimension(:), pointer m_fstr::fstr_param::eps |
(/=ESP)
Definition at line 167 of file m_fstr.f90.
real(kind=kreal), dimension(:), pointer m_fstr::fstr_param::etime |
(/=ETIME) STEP_EETIME
Definition at line 163 of file m_fstr.f90.
integer( kind=kint ) m_fstr::fstr_param::fg_couple |
integer( kind=kint ) m_fstr::fstr_param::fg_couple_first |
(default:0)
Definition at line 191 of file m_fstr.f90.
integer( kind=kint ) m_fstr::fstr_param::fg_couple_type |
(default:0)
Definition at line 190 of file m_fstr.f90.
integer( kind=kint ) m_fstr::fstr_param::fg_couple_window |
(default:0)
Definition at line 192 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::fg_echo |
integer(kind=kint) m_fstr::fstr_param::fg_irres |
restart read (=IRRES)
Definition at line 178 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::fg_iwres |
restart write (=IWRES)
Definition at line 179 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::fg_neutral |
integer(kind=kint) m_fstr::fstr_param::fg_result |
output result (kYES/kNO) (=IRESULT)
Definition at line 173 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::fg_visual |
visualization (kYES/kNO) (=IVISUAL)
Definition at line 174 of file m_fstr.f90.
integer(kind=kint), dimension(2,:), pointer m_fstr::fstr_param::global |
Definition at line 186 of file m_fstr.f90.
integer(kind=kint), dimension (1,:), pointer m_fstr::fstr_param::global_local_id |
Definition at line 186 of file m_fstr.f90.
integer(kind=kint), dimension(:), pointer m_fstr::fstr_param::itmax |
(/=ITMAX)
Definition at line 166 of file m_fstr.f90.
integer(kind=kint), pointer m_fstr::fstr_param::local |
Definition at line 186 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::n_node |
logical m_fstr::fstr_param::nlgeom |
is geometrical nonlinearity considered
Definition at line 158 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::nlsolver_method |
solver method number for nonlinear equation
Definition at line 157 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::nn_internal |
hecMESHnn_internal
Definition at line 185 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::nprint |
NPRINT.
Definition at line 181 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::nrres |
NRRES.
Definition at line 180 of file m_fstr.f90.
real(kind=kreal) m_fstr::fstr_param::ref_temp |
(=REF_TEMP)
Definition at line 168 of file m_fstr.f90.
integer( kind=kint ) m_fstr::fstr_param::restart_out_type |
integer( kind=kint ) m_fstr::fstr_param::restart_version |
version of restart file
Definition at line 196 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::solution_type |
solution type number
Definition at line 155 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::solver_method |
solver method number
Definition at line 156 of file m_fstr.f90.
integer(kind=kint) m_fstr::fstr_param::timepoint_id |
time point ID for heat analysis
Definition at line 169 of file m_fstr.f90.
type(time_points), dimension(:), pointer m_fstr::fstr_param::timepoints |
time points data
Definition at line 204 of file m_fstr.f90.