functionObjects::scalarTransport: Corrected typo
This commit is contained in:
parent
0714ccecd6
commit
2d4bec327c
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ bool Foam::functionObjects::scalarTransport::read(const dictionary& dict)
|
|||
schemesField_ = dict.lookupOrDefault<word>("schemesField", fieldName_);
|
||||
|
||||
constantD_ = dict.readIfPresent("D", D_);
|
||||
alphaD_ = dict.lookupOrDefault("alphat", 1.0);
|
||||
alphaD_ = dict.lookupOrDefault("alphaD", 1.0);
|
||||
alphaDt_ = dict.lookupOrDefault("alphaDt", 1.0);
|
||||
|
||||
dict.readIfPresent("nCorr", nCorr_);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue