PatchInteraction: Added "none" to list of interaction type names
This commit is contained in:
parent
0b26b4bab8
commit
f05ccec6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Foam::wordList Foam::PatchInteractionModel<CloudType>::interactionTypeNames_
|
|||
(
|
||||
IStringStream
|
||||
(
|
||||
"(rebound stick escape)"
|
||||
"(none rebound stick escape)"
|
||||
)()
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue