OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
spback3.F File Reference
#include "implicit_f.inc"
#include "sphcom.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine spback3 (sig, qvis, sti, ssp, wa, ssp_eq, die, nel, lft, llt, nft)

Function/Subroutine Documentation

◆ spback3()

subroutine spback3 ( sig,
qvis,
sti,
ssp,
wa,
ssp_eq,
die,
integer nel,
integer, intent(inout) lft,
integer, intent(inout) llt,
integer, intent(inout) nft )

Definition at line 28 of file spback3.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39#include "sphcom.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER, INTENT(INOUT) :: LFT
44 INTEGER, INTENT(INOUT) :: LLT
45 INTEGER, INTENT(INOUT) :: NFT
46 INTEGER NEL
47C REAL
49 . sig(nel,6),qvis(*),sti(*),ssp(*),wa(kwasph,*),
50 . ssp_eq(*),die(*)
51C-----------------------------------------------
52C L o c a l V a r i a b l e s
53C-----------------------------------------------
54 INTEGER I,N
55C REAL
56C-----------------------------------------------
57C overloads D in WA.
58 DO i=lft,llt
59 n=nft+i
60 wa(1,n)=sig(i,1)
61 wa(2,n)=sig(i,2)
62 wa(3,n)=sig(i,3)
63 wa(4,n)=sig(i,4)
64 wa(5,n)=sig(i,5)
65 wa(6,n)=sig(i,6)
66 wa(7,n)=sti(i)
67 wa(8,n)=ssp(i)
68C SSP_EQ comes back from MDTSPH and is the equivalent material sound speed
69C (including material viscosity)
70 wa(9,n)=ssp_eq(i)
71C Thermique
72 wa(15,n)=wa(15,n)+die(i)
73 ENDDO
74 RETURN
#define my_real
Definition cppsort.cpp:32