Home
last modified time | relevance | path

Searched refs:dt (Results 1 – 4 of 4) sorted by relevance

/phasta/phSolver/compressible/
H A DMachControl.f9036 subroutine MC_init(dt, tstep, BC) argument
45 real*8 :: dt local
87 MC_dt = dt
/phasta/phSolver/incompressible/
H A De3stab.f158 dt=one/Dtgl
159 taubar= dtsfsq/( dt*dt + .01*unorm/fact) ! never gets above (C_1 20*u_inf/h)^2
217 dt=one/Dtgl
219 taubar= dtsfsq/( dt*dt + .01*unorm/fact) ! never gets above (C_1 20*u_inf/h)^2
/phasta/phSolver/common/
H A DblowerControl.f90316 subroutine BC_init(dt, tstep, BC) argument
325 real*8 :: deltaBLinv, vmag, dt local
346 BC_dt = dt
H A Ddtn.f414 real*8 dt, conc_BC, flux_BC local
461 dt = conc_BC - table(i,1,itype)
462 flux_BC = dt * (table(i+1,2,itype) - table(i,2,itype)) +