Searched refs:vmin (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | blowerControl.f90 | 33 real*8 :: vmax, vmin !maximum, minimum blower velocity component 48 & vmax, vmin, argument 57 & vmax( nBlowers), vmin( nBlowers), local 76 blower(i)%vmin = vmin(i) 101 real*8 :: t0, t1, t2, t3, t4, vmax, vmin local 115 vmin = blower(iBlower)%vmin 137 vmagref = (vmax - vmin)*(t - t0)/(t1 - t0) + vmin 141 vmagref = (vmax - vmin)*(t - t3)/(t2 - t3) + vmin 143 vmagref = vmin 155 vmagref = 0.5*(vmax - vmin)*sin(2*pi*t) + 0.5*(vmax + vmin) [all …]
|