| 
    My Project
    
   programmer's documentation 
   | 
 
Specific physic routine: fuel oil flame. We indicate the source terms for a scalar PP on a step time. More...
Functions/Subroutines | |
| subroutine | cs_fuel_scast (iscal, smbrs, rovsdt) | 
Specific physic routine: fuel oil flame. We indicate the source terms for a scalar PP on a step time.
we solve 
 and 
 already contain eventual user source term. So they have to be incremented and be erased
For stability reasons, we only add in rovsdt positive terms. There is no stress for smbrs.
In the case of a source term in 
 we must write: 
We provide here rovsdt and smbrs (they contain rho*volume) smbrs in 
: ex : for velocity 
 for temperatures 
 for enthalpies 
 rovsdt in 
 
| subroutine cs_fuel_scast | ( | integer | iscal, | 
| double precision, dimension(ncelet) | smbrs, | ||
| double precision, dimension(ncelet) | rovsdt | ||
| ) | 
| [in] | iscal | scalar number | 
| [in,out] | smbrs | second explicit member | 
| [in,out] | rovsdt | implicit diagonal part | 
 1.8.16