Skip to content
Snippets Groups Projects
Commit 6c46cfb4 authored by andy's avatar andy
Browse files

STYLE: Updated capitalisation for run-time model selection

parent 3e1f2f74
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ Foam::AtomizationModel<CloudType>::New
CloudType& owner
)
{
word AtomizationModelType(dict.lookup("AtomizationModel"));
word AtomizationModelType(dict.lookup("atomizationModel"));
Info<< "Selecting AtomizationModel " << AtomizationModelType << endl;
......
......@@ -35,7 +35,7 @@ Foam::BreakupModel<CloudType>::New
CloudType& owner
)
{
word BreakupModelType(dict.lookup("BreakupModel"));
word BreakupModelType(dict.lookup("breakupModel"));
Info<< "Selecting BreakupModel " << BreakupModelType << endl;
......
......@@ -35,7 +35,7 @@ Foam::StochasticCollisionModel<CloudType>::New
CloudType& owner
)
{
word modelType(dict.lookup("StochasticCollisionModel"));
word modelType(dict.lookup("stochasticCollisionModel"));
Info<< "Selecting StochasticCollisionModel " << modelType << endl;
......
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