Skip to content
Snippets Groups Projects
Commit f1e13337 authored by sergio's avatar sergio
Browse files

ENH: Modification of solid thermo, thermo baffles, pyrolysis and

tutorial, solvers solve for h in the solid
parent dccad820
No related merge requests found
......@@ -29,7 +29,10 @@ License
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
template<class thermo>
Foam::constIsoSolidTransport<thermo>::constIsoSolidTransport(const dictionary& dict)
Foam::constIsoSolidTransport<thermo>::constIsoSolidTransport
(
const dictionary& dict
)
:
thermo(dict),
kappa_(readScalar(dict.subDict("transport").lookup("kappa")))
......
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