DAMASK with grid solvers  Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with Grid Solvers
spectral_utilities::tloadcase Type Reference
+ Collaboration diagram for spectral_utilities::tloadcase:

Public Attributes

type(rotationrot
 rotation of BC More...
 
type(tboundaryconditionstress
 stress BC More...
 
type(tboundaryconditiondeformation
 deformation BC (Fdot or L) More...
 
real(preal) time = 0.0_pReal
 length of increment More...
 
integer incs = 0
 number of increments More...
 
integer outputfrequency = 1
 frequency of result writes More...
 
integer restartfrequency = huge(0)
 frequency of restart writes More...
 
integer logscale = 0
 linear/logarithmic time inc flag More...
 
logical followformertrajectory = .true.
 follow trajectory of former loadcase More...
 
integer(kind(field_undefined_id)), dimension(:), allocatable id
 

Detailed Description

Definition at line 1544 of file spectral_utilities.f90.

Member Data Documentation

◆ deformation

type(tboundarycondition) spectral_utilities::tloadcase::deformation

deformation BC (Fdot or L)

Definition at line 1546 of file spectral_utilities.f90.

◆ followformertrajectory

logical spectral_utilities::tloadcase::followformertrajectory = .true.

follow trajectory of former loadcase

Definition at line 1553 of file spectral_utilities.f90.

◆ id

integer(kind(field_undefined_id)), dimension(:), allocatable spectral_utilities::tloadcase::id

Definition at line 1554 of file spectral_utilities.f90.

◆ incs

integer spectral_utilities::tloadcase::incs = 0

number of increments

Definition at line 1549 of file spectral_utilities.f90.

◆ logscale

integer spectral_utilities::tloadcase::logscale = 0

linear/logarithmic time inc flag

Definition at line 1549 of file spectral_utilities.f90.

◆ outputfrequency

integer spectral_utilities::tloadcase::outputfrequency = 1

frequency of result writes

Definition at line 1549 of file spectral_utilities.f90.

◆ restartfrequency

integer spectral_utilities::tloadcase::restartfrequency = huge(0)

frequency of restart writes

Definition at line 1549 of file spectral_utilities.f90.

◆ rot

type(rotation) spectral_utilities::tloadcase::rot

rotation of BC

Definition at line 1545 of file spectral_utilities.f90.

◆ stress

type(tboundarycondition) spectral_utilities::tloadcase::stress

stress BC

Definition at line 1546 of file spectral_utilities.f90.

◆ time

real(preal) spectral_utilities::tloadcase::time = 0.0_pReal

length of increment

Definition at line 1548 of file spectral_utilities.f90.


The documentation for this type was generated from the following file: