Skip to content

Commit a13d875

Browse files
committed
FDS Source: Doxygen fix
1 parent c1efba8 commit a13d875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/chem.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MODULE CVODE_INTERFACE
3939
!> \param TN_C is the current time
4040
!> \param SUNVEC_Y is the current array of molar concentrations, temperature and pressure.
4141
!> \param SUNVEC_F is the array of derivatives returned
42-
!> \param C_USER_DATA is the user data array. Not yet used in FDS.
42+
!> \param C_USER_DATA is the user data array. Hold unburned zone data for mixing+chem.
4343
!> \details The right hand side function of the ode d[c]/dt = wdot (=f). Provides the Derivative function to CVODE.
4444
INTEGER(C_INT) FUNCTION RHSFN(TN_C, SUNVEC_Y, SUNVEC_F, C_USER_DATA) &
4545
RESULT(IERR) BIND(C,NAME='RHSFN')
@@ -86,7 +86,7 @@ END FUNCTION RHSFN
8686
!> \param CVEC is the current array of molar concentrations, temperature and pressure.
8787
!> \param FVEC is the array of derivatives returned
8888
!> \param TN is the current time
89-
!> \param USER_DATA is the user data containing mixing information
89+
!> \param USER_DATA is the user data array. Hold unburned zone data for mixing+chem.
9090

9191
SUBROUTINE DERIVATIVE(CVEC,FVEC, TN, USER_DATA)
9292
USE PHYSICAL_FUNCTIONS, ONLY : GET_SPECIFIC_HEAT_INTERP, GET_ENTHALPY, GET_ENTHALPY_Z, &

0 commit comments

Comments
 (0)