Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/chem.f90
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ END FUNCTION DDTMP_TROE


!> \brief cvode interface for ODE integrator. Call sundials cvode in serial mode.
!> \param ZZ species mass fraction array
!> \param CC species mass fraction array
!> \param TMP_IN is the temperature
!> \param PR_IN is the pressure
!> \param TCUR is the start time in seconds
Expand Down
1 change: 1 addition & 0 deletions Source/func.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1941,6 +1941,7 @@ END SUBROUTINE GET_ENTHALPY_Z
!> \brief Compute surface emissivity
!> \param ONE_D Pointer to BOUNDARY_ONE_D derived type variable
!> \param NODE_INDEX Interior node index
!> \param EMISSIVITY Surface emissivity on output

SUBROUTINE GET_EMISSIVITY(ONE_D,NODE_INDEX,EMISSIVITY)

Expand Down
1 change: 0 additions & 1 deletion Source/velo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3229,7 +3229,6 @@ END SUBROUTINE BAROCLINIC_CORRECTION


!> \brief Recompute velocities on wall cells
!> \param NM Mesh index
!> \param DT Time step (s)
!> \param STORE_UN Flag indicating whether normal velocity component is to be saved
!> \details Ensure that the correct normal derivative of H is used on the projection. It is only used when the Poisson equation
Expand Down
1 change: 0 additions & 1 deletion Source/wall.f90
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ END SUBROUTINE ASSIGN_GHOST_VALUE


!> \brief Set various near-surface variables to be used for boundary conditions
!> \param NM Mesh index
!> \param T Time (s)
!> \param SF Pointer to SURFACE derived type
!> \param BC Pointer to BOUNDARY_COORD derived type
Expand Down