From ec5fb1ca6836a1f66ef0eeda10033701033bcfe3 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 25 Mar 2011 14:44:21 +0000 Subject: [PATCH] ENH: Tutorial updates --- .../filter/system/fvSolution | 5 ++--- .../parcelInBox/system/fvSolution | 5 ++--- .../verticalChannel/system/fvSolution | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/fvSolution b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/fvSolution index 020074f5d9..32e542337a 100644 --- a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/fvSolution +++ b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/fvSolution @@ -74,9 +74,8 @@ PISO additional { - dpdt true; - hWork true; - eWork true; + pressureWork true; + pressureWorkTimeDerivative true; } relaxationFactors diff --git a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution index 5151a8d8f9..af936fdba1 100644 --- a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution +++ b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/parcelInBox/system/fvSolution @@ -74,9 +74,8 @@ PISO additional { - dpdt false; - eWork true; - hWork true; + pressureWork true; + pressureWorkTimeDerivative true; } diff --git a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/system/fvSolution b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/system/fvSolution index 59f4754694..199f651417 100644 --- a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/system/fvSolution +++ b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/system/fvSolution @@ -82,9 +82,8 @@ SIMPLE additional { - dpdt false; - eWork true; - hWork true; + pressureWork false; + pressureWorkTimeDerivative false; }