File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
source/material_model/thermal_conductivity Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace aspect
28
28
{
29
29
template <int dim>
30
30
void
31
- Constant<dim>::evaluate (const MaterialModel::MaterialModelInputs<dim> &in ,
31
+ Constant<dim>::evaluate (const MaterialModel::MaterialModelInputs<dim> &/* in */ ,
32
32
MaterialModel::MaterialModelOutputs<dim> &out) const
33
33
{
34
34
for (auto &thermal_conductivity: out.thermal_conductivities )
You can’t perform that action at this time.
0 commit comments