• VTF
  • FSI
  • AMROC
  • SFC
  • Motion
  • STLIB
  • Main Page
  • Related Pages
    • combl.f
    • cuser.i
    • fdisc.f
    • init2.f
    • Makefile.am
    • physbd2.f
    • FluidProblem.h
    • ip2eurfl.f
    • rpn2euhll.f
    • rpt2eu.f
    • chk2eu.f
    • rec2eu.f
    • flx2eu.f
    • flgout2eu.f
    • amr_beam_main.C

    fsi/beam-amroc/VibratingBeam/src/cuser.i

    c     -*- Fortran -*-
    c     :::::  cuser.i:  user parameters for specific problem
    c
    c     # Euler equations:
    
          common /cmydata/ rhoamb,uamb,pamb,
         &                 rhoshk,ushk,pshk
          common /cdisc/ x0,y0,alf,beta,r0,idisc
          common /param/ gamma,gamma1
          common /PhysData/  Wk, RU, PA
          common /RightBndry/ ibnd
     
          double precision rhoamb,uamb,pamb,rhoshk,ushk,pshk
          double precision x0,y0,alf,beta,r0
          integer idisc,ibnd
          double precision gamma,gamma1
          double precision Wk,RU,PA