Interface for fluxes of acoustic equations.
c a l c u l a t e
f l u x
o f
p u r e
a c o u s t i c
e q u a t i o n
d i r e c t l y
o n
t h e
f a c e - v e c t o r
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nTotalFaces | |||
integer, | intent(in) | :: | nSides | |||
integer, | intent(in) | :: | nFaceDofs | |||
real(kind=rk), | intent(in) | :: | faceRep(nTotalFaces,nFaceDofs,3,2) | |||
real(kind=rk), | intent(inout) | :: | faceFlux(nTotalFaces,nFaceDofs,3,2) | |||
integer, | intent(in) | :: | leftPos(nSides) | |||
integer, | intent(in) | :: | rightPos(nsides) | |||
integer, | intent(in) | :: | var(3) | |||
type(atl_acoustic_type), | intent(in) | :: | acoustic |
Datatype for acoustic equation include all background data |
||
integer, | intent(in) | :: | idir |
Direction of the flow, used for background velocity |