From f05ccec6e863851992b16389e39ac056078380db Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 10 Oct 2017 09:12:57 +0100 Subject: [PATCH] PatchInteraction: Added "none" to list of interaction type names --- .../PatchInteractionModel/PatchInteractionModel.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C b/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C index 949338286..41f4e71bd 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C +++ b/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C @@ -35,7 +35,7 @@ Foam::wordList Foam::PatchInteractionModel::interactionTypeNames_ ( IStringStream ( - "(rebound stick escape)" + "(none rebound stick escape)" )() );