From 3bb441c2783c540728ad53a69734e743b511cd64 Mon Sep 17 00:00:00 2001 From: vtmaran <144470791+vtmaran@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:58:44 -0600 Subject: [PATCH] Update PeleLMeX_UserKeys.H Isotherm BC keyword --- Source/PeleLMeX_UserKeys.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/PeleLMeX_UserKeys.H b/Source/PeleLMeX_UserKeys.H index 04ae07ce..7a9f9d78 100644 --- a/Source/PeleLMeX_UserKeys.H +++ b/Source/PeleLMeX_UserKeys.H @@ -28,8 +28,8 @@ struct BoundaryCondition {"symmetry", BCSymmetry}, {"slipwalladiab", BCSlipWallAdiab}, {"noslipwalladiab", BCNoSlipWallAdiab}, - {"bcslipwallisotherm", BCSlipWallIsotherm}, - {"bcnoslipwallisotherm", BCNoSlipWallIsotherm}}; + {"slipwallisotherm", BCSlipWallIsotherm}, + {"noslipwallisotherm", BCNoSlipWallIsotherm}}; const amrex::Array searchKey{"lo_bc", "hi_bc"}; }; const BoundaryCondition boundarycondition;