|
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 


For stability reasons, we only add in rovsdt positive terms. There is no stress for smbrs.
In the case of a source term in 
![\[ smbrs = smbrs + cexp + cimp\cdot \varia\]](form_531.png)
![\[ rovsdt = rovsdt + Max(-cimp,0)\]](form_532.png)
We provide here rovsdt and smbrs (they contain rho*volume) smbrs in ![$kg\cdot [variable] \cdot s^{-1}$](form_533.png)

![$kg \cdot [degres] \cdot s^{-1}$](form_535.png)


| 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 |