Searched refs:ValueListRCR (Results 1 – 3 of 3) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | genini.f | 107 dtRCR(:) = Delt(1)/(ValueListRCR(2,:)*ValueListRCR(3,:))
|
| H A D | bctint.f | 52 real*8, allocatable :: ValueListRCR(:,:), ValuePdist(:,:,:) !inputs variable 462 allocate (ValueListRCR(3,numRCRSrfs)) 464 ValueListRCR=0 469 read(818,*) ValueListRCR(j,k) ! reads Rp,C,Rd
|
| /phasta/phSolver/incompressible/ |
| H A D | itrdrv.f | 1183 RCRConvCoef(1,:) = ValueListRCR(1,:)*(1.0-alfi) + 1184 & ValueListRCR(3,:)*(-alfi + 1.0 + 1/dtRCR(:) 1186 RCRConvCoef(2,:) = ValueListRCR(1,:)*alfi 1187 & + ValueListRCR(3,:) 1191 RCRConvCoef(1,:) =-ValueListRCR(3,:)*exp(-dtRCR(:)*(stepn+alfi)) 1193 RCRConvCoef(stepn+1,:) = ValueListRCR(1,:)*(1-alfi) 1194 & - ValueListRCR(3,:)*(alfi - 1 - 1/dtRCR(:) 1196 RCRConvCoef(stepn+2,:) = ValueListRCR(1,:)*alfi 1197 & + ValueListRCR(3,:) 1202 RCRConvCoef(j,:) = ValueListRCR(3,:)/dtRCR(:)* [all …]
|