mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
This commit is contained in:
@ -99,7 +99,7 @@ void Foam::radiation::absorptionCoeffs::initialise(const dictionary& dict)
|
|||||||
{
|
{
|
||||||
dict.lookup("Tcommon") >> Tcommon_;
|
dict.lookup("Tcommon") >> Tcommon_;
|
||||||
dict.lookup("Tlow") >> Tlow_;
|
dict.lookup("Tlow") >> Tlow_;
|
||||||
dict.lookup("Tlow") >> Thigh_;
|
dict.lookup("Thigh") >> Thigh_;
|
||||||
dict.lookup("invTemp") >> invTemp_;
|
dict.lookup("invTemp") >> invTemp_;
|
||||||
|
|
||||||
dict.lookup("loTcoeffs") >> lowACoeffs_;
|
dict.lookup("loTcoeffs") >> lowACoeffs_;
|
||||||
|
|||||||
Reference in New Issue
Block a user