Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Ditrdrv.f1013 allocate (ConvCoef(numTpoints+2,3)) !same time discret. for all imp. BC
1015 ConvCoef(j,:)=0.5/numTpoints !dt/2 divided by period T=N*dt
1016 ConvCoef(j,1)=ConvCoef(j,1)*(1.0-alfi)*(1.0-alfi)
1017 ConvCoef(j,2)=ConvCoef(j,2)*(1.0+2*alfi*(1.0-alfi))
1018 ConvCoef(j,3)=ConvCoef(j,3)*alfi*alfi
1020 ConvCoef(1,2)=zero
1021 ConvCoef(1,3)=zero
1022 ConvCoef(2,3)=zero
1023 ConvCoef(numTpoints+1,1)=zero
1024 ConvCoef(numTpoints+2,2)=zero
[all …]
/phasta/phSolver/common/
H A Dbctint.f34 real*8, allocatable :: ValueListImp(:,:), ConvCoef(:,:) variable