Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Ditrdrv.f1173 subroutine CalcRCRConvCoef (stepn, numSrfs) argument
1179 integer numSrfs, stepn local
1182 if (stepn .eq. 0) then
1190 if (stepn .ge. 1) then
1191 RCRConvCoef(1,:) =-ValueListRCR(3,:)*exp(-dtRCR(:)*(stepn+alfi))
1193 RCRConvCoef(stepn+1,:) = ValueListRCR(1,:)*(1-alfi)
1196 RCRConvCoef(stepn+2,:) = ValueListRCR(1,:)*alfi
1200 if (stepn .ge. 2) then
1201 do j=2,stepn
1203 & exp(-dtRCR(:)*(stepn + alfi + 2 - j))*
[all …]