This function is called at the end of each time step, and has a very general purpose (i.e. anything that does not have another dedicated user subroutine) More...
| Functions/Subroutines | |
| subroutine | cs_f_user_extra_operations (nvar, nscal, dt) | 
This function is called at the end of each time step, and has a very general purpose (i.e. anything that does not have another dedicated user subroutine)
See cs_user_extra_operations.f90 and cs_user_extra_operations-nusselt_calculation for examples.
| subroutine cs_f_user_extra_operations | ( | integer | nvar, | 
| integer | nscal, | ||
| double precision, dimension(ncelet) | dt | ||
| ) | 
| [in] | nvar | total number of variables | 
| [in] | nscal | total number of scalars | 
| [in] | dt | time step (per cell) |