Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ee26cbea
Commit
ee26cbea
authored
Nov 18, 2016
by
Henry Weller
Browse files
lagrangian::InjectionModel.C: Corrected indentation
parent
8a9618be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModel.C
View file @
ee26cbea
...
@@ -169,7 +169,7 @@ bool Foam::InjectionModel<CloudType>::findCellAtPosition
...
@@ -169,7 +169,7 @@ bool Foam::InjectionModel<CloudType>::findCellAtPosition
FatalErrorInFunction
FatalErrorInFunction
<<
"Cannot find parcel injection cell. "
<<
"Cannot find parcel injection cell. "
<<
"Parcel position = "
<<
p0
<<
nl
<<
"Parcel position = "
<<
p0
<<
nl
<<
abor
t
(
FatalError
);
<<
exi
t
(
FatalError
);
}
}
else
else
{
{
...
@@ -215,8 +215,8 @@ Foam::scalar Foam::InjectionModel<CloudType>::setNumberOfParticles
...
@@ -215,8 +215,8 @@ Foam::scalar Foam::InjectionModel<CloudType>::setNumberOfParticles
{
{
nP
=
0
.
0
;
nP
=
0
.
0
;
FatalErrorInFunction
FatalErrorInFunction
<<
"Unknown parcelBasis type"
<<
nl
<<
"Unknown parcelBasis type"
<<
nl
<<
exit
(
FatalError
);
<<
exit
(
FatalError
);
}
}
}
}
...
@@ -346,8 +346,8 @@ Foam::InjectionModel<CloudType>::InjectionModel
...
@@ -346,8 +346,8 @@ Foam::InjectionModel<CloudType>::InjectionModel
else
else
{
{
FatalErrorInFunction
FatalErrorInFunction
<<
"parcelBasisType must be either 'number', 'mass' or 'fixed'"
<<
nl
<<
"parcelBasisType must be either 'number', 'mass' or 'fixed'"
<<
exit
(
FatalError
);
<<
nl
<<
exit
(
FatalError
);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment