7.1
general documentation
cs_user_extra_operations.f90 File Reference

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)
 

Detailed Description

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.

Function/Subroutine Documentation

◆ cs_f_user_extra_operations()

subroutine cs_f_user_extra_operations ( integer  nvar,
integer  nscal,
double precision, dimension(ncelet)  dt 
)
Parameters
[in]nvartotal number of variables
[in]nscaltotal number of scalars
[in]dttime step (per cell)