Code_Saturne
CFD tool
Functions/Subroutines
cs_user_fluid_structure_interaction.f90 File Reference

Functions/Subroutines

subroutine usstr1 (idfstr, aexxst, bexxst, cfopre, xstr0, vstr0, xstreq)
 
subroutine usstr2 (nbstru, idfstr, dtcel, xmstru, xcstru, xkstru, xstreq, xstr, vstr, forstr, dtstr)
 
subroutine usaste (idfstr)
 

Function/Subroutine Documentation

◆ usaste()

subroutine usaste ( integer, dimension(nfabor)  idfstr)
Here is the call graph for this function:

◆ usstr1()

subroutine usstr1 ( integer, dimension(nfabor)  idfstr,
double precision  aexxst,
double precision  bexxst,
double precision  cfopre,
double precision, dimension(3,nstrmx)  xstr0,
double precision, dimension(3,nstrmx)  vstr0,
double precision, dimension(3,nstrmx)  xstreq 
)
Here is the call graph for this function:

◆ usstr2()

subroutine usstr2 ( integer  nbstru,
integer, dimension(nfabor)  idfstr,
double precision, dimension(ncelet)  dtcel,
double precision, dimension(3,3,nstrmx)  xmstru,
double precision, dimension(3,3,nstrmx)  xcstru,
double precision, dimension(3,3,nstrmx)  xkstru,
double precision, dimension(3,nstrmx)  xstreq,
double precision, dimension(3,nstrmx)  xstr,
double precision, dimension(3,nstrmx)  vstr,
double precision, dimension(3,nstrmx)  forstr,
double precision, dimension(nstrmx)  dtstr 
)