|  | programmer's documentation | 
This subroutine fills physical properties which are variable in time (mainly the eddy viscosity). More...
| Functions/Subroutines | |
| subroutine | phyvar (nvar, nscal, dt, rtp, rtpa, propce) | 
This subroutine fills physical properties which are variable in time (mainly the eddy viscosity).
Some user subroutines are called which allows the setting of  ,
,  , etc.
, etc. 
| subroutine phyvar | ( | integer | nvar, | 
| integer | nscal, | ||
| double precision, dimension(ncelet) | dt, | ||
| double precision, dimension(ncelet,*) | rtp, | ||
| double precision, dimension(ncelet,*) | rtpa, | ||
| double precision, dimension(ncelet,*) | propce | ||
| ) | 
| [in] | nvar | total number of variables | 
| [in] | nscal | total number of scalars | 
| [in] | dt | time step (per cell) | 
| [in,out] | rtp,rtpa | calculated variables at cell centers (at current and previous time steps) | 
| [in] | propce | physical properties at cell centers | 
 1.8.3.1
 1.8.3.1