twoPhaseMixture: Removed redundant code
This commit is contained in:
@ -89,11 +89,6 @@ Foam::IOdictionary Foam::twoPhaseMixture::readPhasePropertiesDict
|
||||
IOdictionary phasePropertiesDict(transportPropertiesIO);
|
||||
phasePropertiesDict.rename("phaseProperties");
|
||||
|
||||
WarningInFunction
|
||||
<< "Automatically converting "
|
||||
<< transportPropertiesIO.name()
|
||||
<< " into " << phasePropertiesDict.name() << " and ".
|
||||
|
||||
const wordList phases(phasePropertiesDict.lookup("phases"));
|
||||
|
||||
forAll(phases, i)
|
||||
|
||||
Reference in New Issue
Block a user