idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.76k stars 1.05k forks source link

Add Materials+Kernels for thermal PorousFlow #7588

Closed WilkAndy closed 8 years ago

WilkAndy commented 8 years ago

The yet-to-be-created PorousFlow Kernels that model heat conduction and advection will need Material properties: rock density, rock heat capacity, fluid internal energy, thermal conductivity, fluid specific enthalpy, maybe others that i've forgotten.

WilkAndy commented 8 years ago

I realised that just adding Materials wasn't that great because i couldn't test them. Therefore, this issue will now evolve into Adding Kernels and Materials to enable PorousFlow to handle heat flow.