Skip to content

Commit 11a545b

Browse files
committed
Add changelog
1 parent fcb9c59 commit 11a545b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
New: ASPECT now has an interface for plugins that describe thermal
2+
conductivity. This is useful to share functionality to compute
3+
thermal conductivity across material models. Material models can,
4+
but do not have to make use of these plugins.
5+
<br>
6+
(Rene Gassmoeller, 2025/01/27)

source/material_model/thermal_conductivity/constant.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace aspect
2828
{
2929
template <int dim>
3030
void
31-
Constant<dim>::evaluate (const MaterialModel::MaterialModelInputs<dim> &in,
31+
Constant<dim>::evaluate (const MaterialModel::MaterialModelInputs<dim> &/*in*/,
3232
MaterialModel::MaterialModelOutputs<dim> &out) const
3333
{
3434
for (auto &thermal_conductivity: out.thermal_conductivities)

0 commit comments

Comments
 (0)