From 905eea91156da67bb4f8e976154e21eef6663fd9 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 1 Oct 2021 20:53:17 +0100 Subject: [PATCH] etc/templates: Renamed thermophysicalProperties -> physicalProperties --- .../constant/{thermophysicalProperties => physicalProperties} | 2 +- .../constant/{thermophysicalProperties => physicalProperties} | 2 +- .../air/{thermophysicalProperties => physicalProperties} | 2 +- .../{thermophysicalProperties => physicalProperties} | 2 +- .../copper/{thermophysicalProperties => physicalProperties} | 2 +- .../water/{thermophysicalProperties => physicalProperties} | 2 +- .../laminar/plateFilm/constant/phaseProperties | 2 +- tutorials/multiphase/interFoam/laminar/climbingRod/README | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) rename etc/templates/closedVolume/constant/{thermophysicalProperties => physicalProperties} (96%) rename etc/templates/compressibleInflowOutflow/constant/{thermophysicalProperties => physicalProperties} (96%) rename etc/templates/singleFluidCHT/templates/materials/air/{thermophysicalProperties => physicalProperties} (96%) rename etc/templates/singleFluidCHT/templates/materials/aluminium/{thermophysicalProperties => physicalProperties} (96%) rename etc/templates/singleFluidCHT/templates/materials/copper/{thermophysicalProperties => physicalProperties} (96%) rename etc/templates/singleFluidCHT/templates/materials/water/{thermophysicalProperties => physicalProperties} (96%) diff --git a/etc/templates/closedVolume/constant/thermophysicalProperties b/etc/templates/closedVolume/constant/physicalProperties similarity index 96% rename from etc/templates/closedVolume/constant/thermophysicalProperties rename to etc/templates/closedVolume/constant/physicalProperties index 08b1b88317..887d24383d 100644 --- a/etc/templates/closedVolume/constant/thermophysicalProperties +++ b/etc/templates/closedVolume/constant/physicalProperties @@ -10,7 +10,7 @@ FoamFile format ascii; class dictionary; location "constant"; - object thermophysicalProperties; + object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/etc/templates/compressibleInflowOutflow/constant/thermophysicalProperties b/etc/templates/compressibleInflowOutflow/constant/physicalProperties similarity index 96% rename from etc/templates/compressibleInflowOutflow/constant/thermophysicalProperties rename to etc/templates/compressibleInflowOutflow/constant/physicalProperties index 0c717c4b5e..80135919d0 100644 --- a/etc/templates/compressibleInflowOutflow/constant/thermophysicalProperties +++ b/etc/templates/compressibleInflowOutflow/constant/physicalProperties @@ -10,7 +10,7 @@ FoamFile format ascii; class dictionary; location "constant"; - object thermophysicalProperties; + object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/etc/templates/singleFluidCHT/templates/materials/air/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/air/physicalProperties similarity index 96% rename from etc/templates/singleFluidCHT/templates/materials/air/thermophysicalProperties rename to etc/templates/singleFluidCHT/templates/materials/air/physicalProperties index 26c0203ec3..0f30fc0c3d 100644 --- a/etc/templates/singleFluidCHT/templates/materials/air/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/air/physicalProperties @@ -9,7 +9,7 @@ FoamFile { format ascii; class dictionary; - object thermophysicalProperties; + object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/etc/templates/singleFluidCHT/templates/materials/aluminium/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/aluminium/physicalProperties similarity index 96% rename from etc/templates/singleFluidCHT/templates/materials/aluminium/thermophysicalProperties rename to etc/templates/singleFluidCHT/templates/materials/aluminium/physicalProperties index 2f7e886df8..9bccdba254 100644 --- a/etc/templates/singleFluidCHT/templates/materials/aluminium/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/aluminium/physicalProperties @@ -9,7 +9,7 @@ FoamFile { format ascii; class dictionary; - object thermophysicalProperties; + object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/etc/templates/singleFluidCHT/templates/materials/copper/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/copper/physicalProperties similarity index 96% rename from etc/templates/singleFluidCHT/templates/materials/copper/thermophysicalProperties rename to etc/templates/singleFluidCHT/templates/materials/copper/physicalProperties index ff3c999299..b2aa92fd19 100644 --- a/etc/templates/singleFluidCHT/templates/materials/copper/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/copper/physicalProperties @@ -9,7 +9,7 @@ FoamFile { format ascii; class dictionary; - object thermophysicalProperties; + object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/etc/templates/singleFluidCHT/templates/materials/water/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/water/physicalProperties similarity index 96% rename from etc/templates/singleFluidCHT/templates/materials/water/thermophysicalProperties rename to etc/templates/singleFluidCHT/templates/materials/water/physicalProperties index 1938fd1732..e92501280c 100644 --- a/etc/templates/singleFluidCHT/templates/materials/water/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/water/physicalProperties @@ -9,7 +9,7 @@ FoamFile { format ascii; class dictionary; - object thermophysicalProperties; + object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/plateFilm/constant/phaseProperties b/tutorials/multiphase/compressibleInterFoam/laminar/plateFilm/constant/phaseProperties index 850356b495..d1d9770ced 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/plateFilm/constant/phaseProperties +++ b/tutorials/multiphase/compressibleInterFoam/laminar/plateFilm/constant/phaseProperties @@ -10,7 +10,7 @@ FoamFile format ascii; class dictionary; location "constant"; - object thermophysicalProperties; + object phaseProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/interFoam/laminar/climbingRod/README b/tutorials/multiphase/interFoam/laminar/climbingRod/README index 94a92991fe..af8ff1f84b 100644 --- a/tutorials/multiphase/interFoam/laminar/climbingRod/README +++ b/tutorials/multiphase/interFoam/laminar/climbingRod/README @@ -14,7 +14,7 @@ This example case uses: - air phase - constant/momentumTransport.air: - stress model set to laminar, Newtonian - - constant/thermophysicalProperties.air: + - constant/physicalProperties.air: - transport set to const (Newtonian) - mu (dynamic viscoity) = 1.84e-5 - liquid phase @@ -22,7 +22,7 @@ This example case uses: - stress model set to laminar, Maxwell non-Newtonian - nuM (kinematic viscosity) = 0.01476 - lambda = 0.018225 - - constant/thermophysicalProperties.liquid + - constant/physicalProperties.liquid - transport set to const (Newtonian) - mu (dynamic viscoity) = 1.46