FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_fstr::fstr_heat Type Reference

Data for HEAT ANSLYSIS (fstrHEAT) More...

Collaboration diagram for m_fstr::fstr_heat:

Data Fields

integer(kind=kint) is_steady
 Crank-Nicolson parameter. More...
 
real(kind=kreal) beta
 
logical is_iter_max_limit
 
integer(kind=kint) steptot
 TIME CONTROL. More...
 
integer(kind=kint) restart_nout
 
real(kind=kreal), dimension(:), pointer step_dltime
 
real(kind=kreal), dimension(:), pointer step_eetime
 
real(kind=kreal), dimension(:), pointer step_delmin
 
real(kind=kreal), dimension(:), pointer step_delmax
 
integer(kind=kint) timepoint_id
 
integer(kind=kint) materialtot
 MATERIAL. More...
 
integer(kind=kint), dimension(:), pointer rhotab
 
integer(kind=kint), dimension(:), pointer cptab
 
integer(kind=kint), dimension(:), pointer condtab
 
real(kind=kreal), dimension(:,:), pointer rho
 
real(kind=kreal), dimension(:,:), pointer rhotemp
 
real(kind=kreal), dimension(:,:), pointer cp
 
real(kind=kreal), dimension(:,:), pointer cptemp
 
real(kind=kreal), dimension(:,:), pointer cond
 
real(kind=kreal), dimension(:,:), pointer condtemp
 
real(kind=kreal), dimension(:,:), pointer rhofunca
 
real(kind=kreal), dimension(:,:), pointer rhofuncb
 
real(kind=kreal), dimension(:,:), pointer cpfunca
 
real(kind=kreal), dimension(:,:), pointer cpfuncb
 
real(kind=kreal), dimension(:,:), pointer condfunca
 
real(kind=kreal), dimension(:,:), pointer condfuncb
 
integer(kind=kint) amplitudetot
 AMPLITUDE. More...
 
integer(kind=kint), dimension(:), pointer ampltab
 
real(kind=kreal), dimension(:,:), pointer ampl
 
real(kind=kreal), dimension(:,:), pointer ampltime
 
real(kind=kreal), dimension(:,:), pointer amplfunca
 
real(kind=kreal), dimension(:,:), pointer amplfuncb
 
real(kind=kreal), dimension(:), pointer temp0
 VALUE. More...
 
real(kind=kreal), dimension(:), pointer tempc
 
real(kind=kreal), dimension(:), pointer temp
 
integer(kind=kint) t_fix_tot
 FIXTEMP. More...
 
integer(kind=kint), dimension(:), pointer t_fix_node
 
integer(kind=kint), dimension(:), pointer t_fix_ampl
 
real(kind=kreal), dimension(:), pointer t_fix_val
 
integer(kind=kint) q_nod_tot
 CFLUX. More...
 
integer(kind=kint), dimension(:), pointer q_nod_node
 
integer(kind=kint), dimension(:), pointer q_nod_ampl
 
real(kind=kreal), dimension(:), pointer q_nod_val
 
integer(kind=kint) q_vol_tot
 DFLUX (not used) More...
 
integer(kind=kint), dimension(:), pointer q_vol_elem
 
integer(kind=kint), dimension(:), pointer q_vol_ampl
 
real(kind=kreal), dimension(:), pointer q_vol_val
 
integer(kind=kint) q_suf_tot
 DFLUX, !SFLUX. More...
 
integer(kind=kint), dimension(:), pointer q_suf_elem
 
integer(kind=kint), dimension(:), pointer q_suf_ampl
 
integer(kind=kint), dimension(:), pointer q_suf_surf
 
real(kind=kreal), dimension(:), pointer q_suf_val
 
integer(kind=kint) r_suf_tot
 RADIATE, !SRADIATE. More...
 
integer(kind=kint), dimension(:), pointer r_suf_elem
 
integer(kind=kint), dimension(:,:), pointer r_suf_ampl
 
integer(kind=kint), dimension(:), pointer r_suf_surf
 
real(kind=kreal), dimension(:,:), pointer r_suf_val
 
integer(kind=kint) h_suf_tot
 FILM, SFILM. More...
 
integer(kind=kint), dimension(:), pointer h_suf_elem
 
integer(kind=kint), dimension(:,:), pointer h_suf_ampl
 
integer(kind=kint), dimension(:), pointer h_suf_surf
 
real(kind=kreal), dimension(:,:), pointer h_suf_val
 
integer(kind=kint) wl_tot
 
type(tweldline), dimension(:), pointer weldline => null()
 

Detailed Description

Data for HEAT ANSLYSIS (fstrHEAT)

Definition at line 425 of file m_fstr.f90.

Field Documentation

◆ ampl

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::ampl

Definition at line 452 of file m_fstr.f90.

◆ amplfunca

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::amplfunca

Definition at line 453 of file m_fstr.f90.

◆ amplfuncb

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::amplfuncb

Definition at line 453 of file m_fstr.f90.

◆ amplitudetot

integer(kind=kint) m_fstr::fstr_heat::amplitudetot

AMPLITUDE.

Definition at line 450 of file m_fstr.f90.

◆ ampltab

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::ampltab

Definition at line 451 of file m_fstr.f90.

◆ ampltime

real(kind=kreal), dimension (:,:), pointer m_fstr::fstr_heat::ampltime

Definition at line 452 of file m_fstr.f90.

◆ beta

real(kind=kreal) m_fstr::fstr_heat::beta

Definition at line 428 of file m_fstr.f90.

◆ cond

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::cond

Definition at line 443 of file m_fstr.f90.

◆ condfunca

real(kind=kreal), dimension (:,:), pointer m_fstr::fstr_heat::condfunca

Definition at line 447 of file m_fstr.f90.

◆ condfuncb

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::condfuncb

Definition at line 447 of file m_fstr.f90.

◆ condtab

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::condtab

Definition at line 440 of file m_fstr.f90.

◆ condtemp

real(kind=kreal), dimension (:,:), pointer m_fstr::fstr_heat::condtemp

Definition at line 443 of file m_fstr.f90.

◆ cp

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::cp

Definition at line 442 of file m_fstr.f90.

◆ cpfunca

real(kind=kreal), dimension (:,:), pointer m_fstr::fstr_heat::cpfunca

Definition at line 446 of file m_fstr.f90.

◆ cpfuncb

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::cpfuncb

Definition at line 446 of file m_fstr.f90.

◆ cptab

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::cptab

Definition at line 440 of file m_fstr.f90.

◆ cptemp

real(kind=kreal), dimension (:,:), pointer m_fstr::fstr_heat::cptemp

Definition at line 442 of file m_fstr.f90.

◆ h_suf_ampl

integer(kind=kint), dimension(:,:), pointer m_fstr::fstr_heat::h_suf_ampl

Definition at line 495 of file m_fstr.f90.

◆ h_suf_elem

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::h_suf_elem

Definition at line 494 of file m_fstr.f90.

◆ h_suf_surf

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::h_suf_surf

Definition at line 496 of file m_fstr.f90.

◆ h_suf_tot

integer(kind=kint) m_fstr::fstr_heat::h_suf_tot

FILM, SFILM.

Definition at line 493 of file m_fstr.f90.

◆ h_suf_val

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::h_suf_val

Definition at line 497 of file m_fstr.f90.

◆ is_iter_max_limit

logical m_fstr::fstr_heat::is_iter_max_limit

Definition at line 429 of file m_fstr.f90.

◆ is_steady

integer(kind=kint) m_fstr::fstr_heat::is_steady

Crank-Nicolson parameter.

Definition at line 427 of file m_fstr.f90.

◆ materialtot

integer(kind=kint) m_fstr::fstr_heat::materialtot

MATERIAL.

Definition at line 439 of file m_fstr.f90.

◆ q_nod_ampl

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::q_nod_ampl

Definition at line 469 of file m_fstr.f90.

◆ q_nod_node

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::q_nod_node

Definition at line 468 of file m_fstr.f90.

◆ q_nod_tot

integer(kind=kint) m_fstr::fstr_heat::q_nod_tot

CFLUX.

Definition at line 467 of file m_fstr.f90.

◆ q_nod_val

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::q_nod_val

Definition at line 470 of file m_fstr.f90.

◆ q_suf_ampl

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::q_suf_ampl

Definition at line 481 of file m_fstr.f90.

◆ q_suf_elem

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::q_suf_elem

Definition at line 480 of file m_fstr.f90.

◆ q_suf_surf

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::q_suf_surf

Definition at line 482 of file m_fstr.f90.

◆ q_suf_tot

integer(kind=kint) m_fstr::fstr_heat::q_suf_tot

DFLUX, !SFLUX.

Definition at line 479 of file m_fstr.f90.

◆ q_suf_val

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::q_suf_val

Definition at line 483 of file m_fstr.f90.

◆ q_vol_ampl

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::q_vol_ampl

Definition at line 475 of file m_fstr.f90.

◆ q_vol_elem

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::q_vol_elem

Definition at line 474 of file m_fstr.f90.

◆ q_vol_tot

integer(kind=kint) m_fstr::fstr_heat::q_vol_tot

DFLUX (not used)

Definition at line 473 of file m_fstr.f90.

◆ q_vol_val

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::q_vol_val

Definition at line 476 of file m_fstr.f90.

◆ r_suf_ampl

integer(kind=kint), dimension(:,:), pointer m_fstr::fstr_heat::r_suf_ampl

Definition at line 488 of file m_fstr.f90.

◆ r_suf_elem

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::r_suf_elem

Definition at line 487 of file m_fstr.f90.

◆ r_suf_surf

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::r_suf_surf

Definition at line 489 of file m_fstr.f90.

◆ r_suf_tot

integer(kind=kint) m_fstr::fstr_heat::r_suf_tot

RADIATE, !SRADIATE.

Definition at line 486 of file m_fstr.f90.

◆ r_suf_val

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::r_suf_val

Definition at line 490 of file m_fstr.f90.

◆ restart_nout

integer(kind=kint) m_fstr::fstr_heat::restart_nout

Definition at line 433 of file m_fstr.f90.

◆ rho

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::rho

Definition at line 441 of file m_fstr.f90.

◆ rhofunca

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::rhofunca

Definition at line 445 of file m_fstr.f90.

◆ rhofuncb

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_heat::rhofuncb

Definition at line 445 of file m_fstr.f90.

◆ rhotab

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::rhotab

Definition at line 440 of file m_fstr.f90.

◆ rhotemp

real(kind=kreal), dimension (:,:), pointer m_fstr::fstr_heat::rhotemp

Definition at line 441 of file m_fstr.f90.

◆ step_delmax

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::step_delmax

Definition at line 435 of file m_fstr.f90.

◆ step_delmin

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::step_delmin

Definition at line 435 of file m_fstr.f90.

◆ step_dltime

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::step_dltime

Definition at line 434 of file m_fstr.f90.

◆ step_eetime

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::step_eetime

Definition at line 434 of file m_fstr.f90.

◆ steptot

integer(kind=kint) m_fstr::fstr_heat::steptot

TIME CONTROL.

Definition at line 432 of file m_fstr.f90.

◆ t_fix_ampl

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::t_fix_ampl

Definition at line 463 of file m_fstr.f90.

◆ t_fix_node

integer(kind=kint), dimension(:), pointer m_fstr::fstr_heat::t_fix_node

Definition at line 462 of file m_fstr.f90.

◆ t_fix_tot

integer(kind=kint) m_fstr::fstr_heat::t_fix_tot

FIXTEMP.

Definition at line 461 of file m_fstr.f90.

◆ t_fix_val

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::t_fix_val

Definition at line 464 of file m_fstr.f90.

◆ temp

real(kind=kreal), dimension (:), pointer m_fstr::fstr_heat::temp

Definition at line 458 of file m_fstr.f90.

◆ temp0

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::temp0

VALUE.

Definition at line 456 of file m_fstr.f90.

◆ tempc

real(kind=kreal), dimension(:), pointer m_fstr::fstr_heat::tempc

Definition at line 457 of file m_fstr.f90.

◆ timepoint_id

integer(kind=kint) m_fstr::fstr_heat::timepoint_id

Definition at line 436 of file m_fstr.f90.

◆ weldline

type(tweldline), dimension(:), pointer m_fstr::fstr_heat::weldline => null()

Definition at line 500 of file m_fstr.f90.

◆ wl_tot

integer(kind=kint) m_fstr::fstr_heat::wl_tot

Definition at line 499 of file m_fstr.f90.


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