Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Ditrdrv.f325 call pHist(poldImp,QHistImp,ImpConvCoef,
1029 allocate (ImpConvCoef(numTpoints+2,numISrfs))
1048 ImpConvCoef(j,:) = ValueListImp(j-1,:)/numTpoints
1050 ImpConvCoef(1,:) =zero
1051 ImpConvCoef(2,:) =zero
1052 ImpConvCoef(numTpoints+2,:) =
1055 ImpConvCoef(numTpoints+1,:)= ImpConvCoef(numTpoints+1,:)
1056 & - ImpConvCoef(numTpoints+2,:)*(1.0-alfi)/alfi
1057 ImpConvCoef(numTpoints+2,:)= ImpConvCoef(numTpoints+2,:)/alfi
H A Delmgmr.f707 p(j)= sign*(poldImp(j) + p(j)*ImpConvCoef(ntimeptpT+2,j)) !pressure p=pold+ Qbeta
709 p(j)= sign*p(j)*ImpConvCoef(ntimeptpT+2,j)
H A DlesSparse.f86 & + tfact*ImpConvCoef(ntimeptpT+2,irankCoupled)*
/phasta/phSolver/common/
H A Dbctint.f35 real*8, allocatable :: ImpConvCoef(:,:), poldImp(:) variable