PatchInteraction: Added "none" to list of interaction type names

This commit is contained in:
Will Bainbridge
2017-10-10 09:12:57 +01:00
parent 0b26b4bab8
commit f05ccec6e8

View File

@ -35,7 +35,7 @@ Foam::wordList Foam::PatchInteractionModel<CloudType>::interactionTypeNames_
(
IStringStream
(
"(rebound stick escape)"
"(none rebound stick escape)"
)()
);