Skip to content
Snippets Groups Projects
Commit 950d1bc6 authored by Andrew Heather's avatar Andrew Heather
Browse files

lookup solidComponents instead of solidFuelComponents

parent c12de740
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ Foam::solidMixture::solidMixture
const dictionary& thermophysicalProperties
)
:
components_(thermophysicalProperties.lookup("solidFuelComponents")),
components_(thermophysicalProperties.lookup("solidComponents")),
properties_(components_.size())
{
......
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