mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added solid mixture construct from dictionary
This commit is contained in:
@ -41,7 +41,7 @@ Foam::solidMixture::solidMixture
|
||||
properties_.set
|
||||
(
|
||||
i,
|
||||
solid::New(thermophysicalProperties.lookup(components_[i]))
|
||||
solid::New(thermophysicalProperties.subDict(components_[i]))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user