Skip to content
Snippets Groups Projects
Commit 6368d63b authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

[UPDATE] heat conduction kernel description

parent 01324289
No related merge requests found
...@@ -38,9 +38,9 @@ namespace mesa_pd { ...@@ -38,9 +38,9 @@ namespace mesa_pd {
namespace kernel { namespace kernel {
/** /**
* Basic DEM kernel * Heat conduction interaction kernel
* *
* This DEM kernel supports spring&dashpot in normal direction as well as friction in tangential direction. * This kernel implements a simple heat conduction: \frac{dQ}{dt} = - \alpha (T_2 - T_1)
* *
* \code * \code
{%- for prop in interface %} {%- for prop in interface %}
......
...@@ -38,9 +38,9 @@ namespace mesa_pd { ...@@ -38,9 +38,9 @@ namespace mesa_pd {
namespace kernel { namespace kernel {
/** /**
* Basic DEM kernel * Heat conduction interaction kernel
* *
* This DEM kernel supports spring&dashpot in normal direction as well as friction in tangential direction. * This kernel implements a simple heat conduction: \frac{dQ}{dt} = - \alpha (T_2 - T_1)
* *
* \code * \code
* const walberla::real_t& getTemperature(const size_t p_idx) const; * const walberla::real_t& getTemperature(const size_t p_idx) const;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment