Changeset 4177 for palm/trunk/SOURCE/turbulence_closure_mod.f90
- Timestamp:
- Aug 20, 2019 2:32:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r4170 r4177 25 25 ! ----------------- 26 26 ! $Id$ 27 ! add comment 28 ! 29 ! 4170 2019-08-19 17:12:31Z gronemeier 27 30 ! - add performance optimizations according to K. Ketelsen 28 31 ! to diffusion_e and tcm_diffusivities_default … … 4053 4056 !> Diffusion and dissipation terms for the TKE. 4054 4057 !> Vector-optimized version 4058 !> @todo Try to avoid the usage of the 3d-array 'diss' where possible (case les 4059 !> and rans_tke_l if not wang_kernel, use_sgs_for_particles, or 4060 !> collision_turbulence). 4055 4061 !------------------------------------------------------------------------------! 4056 4062 SUBROUTINE diffusion_e( var, var_reference ) … … 4257 4263 !> Diffusion and dissipation terms for the TKE. 4258 4264 !> Cache-optimized version 4265 !> @todo Try to avoid the usage of the 3d-array 'diss' where possible (case les 4266 !> and rans_tke_l if not wang_kernel, use_sgs_for_particles, or 4267 !> collision_turbulence). 4259 4268 !------------------------------------------------------------------------------! 4260 4269 SUBROUTINE diffusion_e_ij( i, j, var, var_reference )
Note: See TracChangeset
for help on using the changeset viewer.