Searched refs:RCRConvCoef (Results 1 – 5 of 5) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | itrdrv.f | 334 call pHist(poldRCR,QHistRCR,RCRConvCoef,nsteprcr, 1181 RCRConvCoef = zero 1183 RCRConvCoef(1,:) = ValueListRCR(1,:)*(1.0-alfi) + 1186 RCRConvCoef(2,:) = ValueListRCR(1,:)*alfi 1191 RCRConvCoef(1,:) =-ValueListRCR(3,:)*exp(-dtRCR(:)*(stepn+alfi)) 1193 RCRConvCoef(stepn+1,:) = ValueListRCR(1,:)*(1-alfi) 1196 RCRConvCoef(stepn+2,:) = ValueListRCR(1,:)*alfi 1202 RCRConvCoef(j,:) = ValueListRCR(3,:)/dtRCR(:)* 1209 RCRConvCoef(stepn+1,:)= RCRConvCoef(stepn+1,:) 1210 & - RCRConvCoef(stepn+2,:)*(1.0-alfi)/alfi [all …]
|
| H A D | elmgmr.f | 736 p(j)= sign*(poldRCR(j) + p(j)*RCRConvCoef(lstep+2,j)) !pressure p=pold+ Qbet 739 p(j)= sign*p(j)*RCRConvCoef(lstep+2,j)
|
| H A D | lesSparse.f | 96 … & + tfact*RCRConvCoef(lstep+2,irankCoupled)* !check lstep+2 if restart from t.ne.0
|
| /phasta/phSolver/common/ |
| H A D | genini.f | 108 allocate (RCRConvCoef(nstep(1)+lstep+2,numRCRSrfs)) !for convolution coeff
|
| H A D | bctint.f | 54 real*8, allocatable :: RCRConvCoef(:,:), poldRCR(:) !calc variable
|