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...
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.cpp and cs_user_extra_operations-nusselt_calculation for examples.
◆ cs_f_user_extra_operations()
subroutine cs_f_user_extra_operations |
( |
integer | nvar, |
|
|
integer | nscal, |
|
|
double precision, dimension(ncelet) | dt ) |
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | dt | time step (per cell) |
◆ cs_f_user_extra_operations_wrapper()
subroutine cs_f_user_extra_operations_wrapper |
( |
real(c_double), dimension(ncelet) | dt | ) |
|