diff --git a/applications/solvers/combustion/chemFoam/readInitialConditions.H b/applications/solvers/combustion/chemFoam/readInitialConditions.H index 5372ff1740..c49c09ba70 100644 --- a/applications/solvers/combustion/chemFoam/readInitialConditions.H +++ b/applications/solvers/combustion/chemFoam/readInitialConditions.H @@ -99,5 +99,5 @@ Info << constProp << " will be held constant." << nl << " p = " << p[0] << " [Pa]" << nl << " T = " << thermo.T()[0] << " [K] " << nl - << " rho = " << rho[0] << " [kg/m3]" << nl + << " rho = " << rho[0] << " [kg/m^3]" << nl << endl; diff --git a/applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.H b/applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.H index ac4cbca0dd..8b1c172657 100644 --- a/applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.H +++ b/applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.H @@ -37,7 +37,7 @@ Description where \vartable p | pressure [Pa] - \rho | density [kg/m3] + \rho | density [kg/m^3] \endvartable diff --git a/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H b/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H index e51e6b22b0..3d97e288f4 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H +++ b/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H @@ -260,10 +260,10 @@ public: //- Kinematic viscosity of mixture for patch [m^2/s] virtual tmp nu(const label patchi) const; - //- Thermal diffusivity for temperature of mixture [J/m/s/K] + //- Thermal diffusivity for temperature of mixture [W/m/K] virtual tmp kappa() const; - //- Thermal diffusivity of mixture for patch [J/m/s/K] + //- Thermal diffusivity of mixture for patch [W/m/K] virtual tmp kappa ( const label patchi @@ -275,26 +275,26 @@ public: //- Thermal diffusivity for energy of mixture for patch [kg/m/s] virtual tmp alphahe(const label patchi) const; - //- Effective thermal diffusivity of mixture [J/m/s/K] + //- Effective thermal diffusivity of mixture [W/m/K] virtual tmp kappaEff ( const volScalarField& alphat ) const; - //- Effective thermal diffusivity of mixture for patch [J/m/s/K] + //- Effective thermal diffusivity of mixture for patch [W/m/K] virtual tmp kappaEff ( const scalarField& alphat, const label patchi ) const; - //- Effective thermal diffusivity of mixture [J/m/s/K] + //- Effective thermal diffusivity of mixture [W/m/K] virtual tmp alphaEff ( const volScalarField& alphat ) const; - //- Effective thermal diffusivity of mixture for patch [J/m/s/K] + //- Effective thermal diffusivity of mixture for patch [W/m/K] virtual tmp alphaEff ( const scalarField& alphat, diff --git a/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H b/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H index 5af8cb41b3..788e2ff945 100644 --- a/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H +++ b/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H @@ -391,10 +391,10 @@ public: //- Kinematic viscosity of mixture for patch [m^2/s] virtual tmp nu(const label patchi) const; - //- Thermal diffusivity for temperature of mixture [J/m/s/K] + //- Thermal diffusivity for temperature of mixture [W/m/K] virtual tmp kappa() const; - //- Thermal diffusivity of mixture for patch [J/m/s/K] + //- Thermal diffusivity of mixture for patch [W/m/K] virtual tmp kappa ( const label patchi @@ -406,26 +406,26 @@ public: //- Thermal diffusivity for energy of mixture for patch [kg/m/s] virtual tmp alphahe(const label patchi) const; - //- Effective thermal diffusivity of mixture [J/m/s/K] + //- Effective thermal diffusivity of mixture [W/m/K] virtual tmp kappaEff ( const volScalarField& alphat ) const; - //- Effective thermal diffusivity of mixture for patch [J/m/s/K] + //- Effective thermal diffusivity of mixture for patch [W/m/K] virtual tmp kappaEff ( const scalarField& alphat, const label patchi ) const; - //- Effective thermal diffusivity of mixture [J/m/s/K] + //- Effective thermal diffusivity of mixture [W/m/K] virtual tmp alphaEff ( const volScalarField& alphat ) const; - //- Effective thermal diffusivity of mixture for patch [J/m/s/K] + //- Effective thermal diffusivity of mixture for patch [W/m/K] virtual tmp alphaEff ( const scalarField& alphat, diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatPhaseChangeJayatillekeWallFunction/alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatPhaseChangeJayatillekeWallFunction/alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C index 29688fe966..f93001318c 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatPhaseChangeJayatillekeWallFunction/alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatPhaseChangeJayatillekeWallFunction/alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C @@ -155,7 +155,7 @@ alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat scalarField Tp(Tw.patchInternalField()); - // Heat flux [W/m2] - lagging alphatw + // Heat flux [W/m^2] - lagging alphatw const scalarField qDot ( (prevAlphat + alphaw)*hew.snGrad() diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H index 07678b28c0..b6b3e7894d 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H @@ -289,13 +289,13 @@ public: return dDep_; } - //- Return the quenching surface heat flux [W/m2] + //- Return the quenching surface heat flux [W/m^2] const scalarField& qq() const { return qq_; } - //- Return the evaporation surface heat flux [W/m2] + //- Return the evaporation surface heat flux [W/m^2] tmp qe() const { return mDotL_/AbyV_; diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/fixedMultiPhaseHeatFlux/fixedMultiPhaseHeatFluxFvPatchScalarField.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/fixedMultiPhaseHeatFlux/fixedMultiPhaseHeatFluxFvPatchScalarField.H index ca76024641..336b65a684 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/fixedMultiPhaseHeatFlux/fixedMultiPhaseHeatFluxFvPatchScalarField.H +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/fixedMultiPhaseHeatFlux/fixedMultiPhaseHeatFluxFvPatchScalarField.H @@ -61,7 +61,7 @@ class fixedMultiPhaseHeatFluxFvPatchScalarField { // Private Data - //- Heat power [W] or flux [W/m2] + //- Heat power [W] or flux [W/m^2] scalarField q_; //- Relaxation factor diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H index bfd7bd0921..e8a4f273f6 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H @@ -222,7 +222,7 @@ public: virtual tmp nuEff() const; //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] using BasePhaseModel::kappaEff; //- Return the effective thermal conductivity diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H index 7d9d58160c..db4def0e20 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H @@ -186,7 +186,7 @@ public: virtual tmp nuEff() const; //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] using BasePhaseModel::kappaEff; //- Return the effective thermal conductivity diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/ThermoPhaseModel/ThermoPhaseModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/ThermoPhaseModel/ThermoPhaseModel.H index d1d2d9bcc2..18f7162888 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/ThermoPhaseModel/ThermoPhaseModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/ThermoPhaseModel/ThermoPhaseModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -118,11 +118,11 @@ public: //- Thermal diffusivity for enthalpy of mixture for patch [kg/m/s] virtual tmp alpha(const label patchi) const; - //- Thermal diffusivity for temperature of mixture [J/m/s/K] + //- Thermal diffusivity for temperature of mixture [W/m/K] virtual tmp kappa() const; //- Thermal diffusivity for temperature of mixture - // for patch [J/m/s/K] + // for patch [W/m/K] virtual tmp kappa(const label patchi) const; //- Thermal diffusivity for energy of mixture [kg/m/s] @@ -135,18 +135,18 @@ public: // Turbulence //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] using BasePhaseModel::kappaEff; //- Effective thermal turbulent diffusivity for temperature - // of mixture [J/m/s/K] + // of mixture [W/m/K] virtual tmp kappaEff ( const volScalarField& alphat ) const; //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] virtual tmp kappaEff ( const scalarField& alphat, diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModel.H index 0db4bde82e..b6237bd707 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModel.H @@ -333,11 +333,11 @@ public: //- Thermal diffusivity for enthalpy of mixture for patch [kg/m/s] virtual tmp alpha(const label patchi) const = 0; - //- Thermal diffusivity for temperature of mixture [J/m/s/K] + //- Thermal diffusivity for temperature of mixture [W/m/K] virtual tmp kappa() const = 0; //- Thermal diffusivity for temperature of mixture - // for patch [J/m/s/K] + // for patch [W/m/K] virtual tmp kappa(const label patchi) const = 0; //- Thermal diffusivity for energy of mixture [kg/m/s] @@ -347,14 +347,14 @@ public: virtual tmp alphahe(const label patchi) const = 0; //- Effective thermal turbulent diffusivity for temperature - // of mixture [J/m/s/K] + // of mixture [W/m/K] virtual tmp kappaEff ( const volScalarField& alphat ) const = 0; //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] virtual tmp kappaEff ( const scalarField& alphat, @@ -391,11 +391,11 @@ public: virtual tmp nuEff() const = 0; //- Effective thermal turbulent diffusivity for temperature - // of mixture [J/m/s/K] + // of mixture [W/m/K] virtual tmp kappaEff() const = 0; //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] virtual tmp kappaEff(const label patchi) const = 0; //- Effective thermal turbulent diffusivity of mixture [kg/m/s] diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LehrMilliesMewes/LehrMilliesMewes.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LehrMilliesMewes/LehrMilliesMewes.H index 2651ff25ae..eb9792c6fe 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LehrMilliesMewes/LehrMilliesMewes.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LehrMilliesMewes/LehrMilliesMewes.H @@ -63,11 +63,11 @@ Description \f] \vartable - \rho_c | Density of continuous phase [kg/m3] - \sigma | Surface tension [N/m] - \epsilon_c | Continuous phase turbulent dissipation rate [m2/s3] - d_i | Diameter of daughter bubble i [m] - d_j | Diameter of mother bubble j [m] + \rho_c | Density of continuous phase [kg/m^3] + \sigma | Surface tension [N/m] + \epsilon_c | Continuous phase turbulent dissipation rate [m2/s^3] + d_i | Diameter of daughter bubble i [m] + d_j | Diameter of mother bubble j [m] \endvartable References: diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H index b868c413db..a51752d036 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H @@ -87,15 +87,15 @@ Description \vartable \alpha_c | Void fraction of continuous phase [-] - \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s3] - d_j | Diameter of mother bubble j [m3] - v_i | Volume of daughter bubble i [m3] - v_j | Volume of mother bubble j [m3] + \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s^3] + d_j | Diameter of mother bubble j [m^3] + v_i | Volume of daughter bubble i [m^3] + v_j | Volume of mother bubble j [m^3] \xi | Integration variable [-] \xi_{min} | Lower bound of integral [-] c_f | Increase coefficient of surface area [-] \sigma | Surface tension [N/m] - \rho_c | Density of continuous phase [kg/m3] + \rho_c | Density of continuous phase [kg/m^3] \eta | Kolmogorov length scale [m] \Gamma(a,z) | Upper incomplete gamma function Q(a,z) | Regularized upper incomplete gamma function diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/breakupModels/LaakkonenAlopaeusAittamaa/LaakkonenAlopaeusAittamaa.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/breakupModels/LaakkonenAlopaeusAittamaa/LaakkonenAlopaeusAittamaa.H index 75c0346562..7233802265 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/breakupModels/LaakkonenAlopaeusAittamaa/LaakkonenAlopaeusAittamaa.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/breakupModels/LaakkonenAlopaeusAittamaa/LaakkonenAlopaeusAittamaa.H @@ -45,10 +45,10 @@ Description \vartable \sigma | Surface tension [N/m] v_i | Volume of mother bubble i [m] - \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s3] + \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s^3] \mu_c | Molecular dynamic viscosity of liquid phase [Pa s] - \rho_c | Density of continuous phase [kg/m3] - \rho_d | Density of disperse phase [kg/m3] + \rho_c | Density of continuous phase [kg/m^3] + \rho_d | Density of disperse phase [kg/m^3] \endvartable References: diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/CoulaloglouTavlaridesCoalescence/CoulaloglouTavlaridesCoalescence.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/CoulaloglouTavlaridesCoalescence/CoulaloglouTavlaridesCoalescence.H index 9d9ac477d1..69f238f49a 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/CoulaloglouTavlaridesCoalescence/CoulaloglouTavlaridesCoalescence.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/CoulaloglouTavlaridesCoalescence/CoulaloglouTavlaridesCoalescence.H @@ -45,12 +45,12 @@ Description \vartable \sigma | Surface tension [N/m] - v_i | Volume of droplet i [m3] - v_j | Volume of droplet j [m3] - \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s3] + v_i | Volume of droplet i [m^3] + v_j | Volume of droplet j [m^3] + \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s^3] \alpha_d | Total void fraction of disperse phase [-] \mu_c | Molecular dynamic viscosity of liquid phase [Pa s] - \rho_c | Density of continuous phase [kg/m3] + \rho_c | Density of continuous phase [kg/m^3] \endvartable References: diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/LehrMilliesMewesCoalescence/LehrMilliesMewesCoalescence.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/LehrMilliesMewesCoalescence/LehrMilliesMewesCoalescence.H index 946362f0ad..bc777cae0f 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/LehrMilliesMewesCoalescence/LehrMilliesMewesCoalescence.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/LehrMilliesMewesCoalescence/LehrMilliesMewesCoalescence.H @@ -54,7 +54,7 @@ Description \vartable d_i | Diameter of bubble i [m] d_j | Diameter of bubble j [m] - \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s3] + \epsilon_c | Turbulent dissipation rate of continuous phase [m2/s^3] \alpha | Total void fraction of the bubbles [-] \alpha_{max} | Maximum packing density of the bubbles [-] u_{crit} | Critical velocity for coalescence [m/s] diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/Luo/Luo.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/Luo/Luo.H index 66b42f6c4b..b189b4fc5c 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/Luo/Luo.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/Luo/Luo.H @@ -58,13 +58,13 @@ Description d_j | Diameter of bubble j [m] u_{ij} | Mean approach velocity [m/s] \xi_{ij} | Bubble size ratio [-] - \rho_d | Density of dispersed phase [kg/m3] - \rho_c | Density of continuous phase [kg/m3] + \rho_d | Density of dispersed phase [kg/m^3] + \rho_c | Density of continuous phase [kg/m^3] \sigma | Surface tension [N/m] C_{vm} | Virtual mass coefficient [-] C_1 | Coefficient [-] \beta | Coefficient [-] - \epsilon_c | Continuous phase turbulent dissipation rate [m2/s3] + \epsilon_c | Continuous phase turbulent dissipation rate [m2/s^3] \endvartable Reference: diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/PrinceBlanch/PrinceBlanch.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/PrinceBlanch/PrinceBlanch.H index 67ef9d91cd..c9927a058d 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/PrinceBlanch/PrinceBlanch.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/coalescenceModels/PrinceBlanch/PrinceBlanch.H @@ -83,21 +83,21 @@ Description is currently neglected. \vartable - \theta_{ij}^{T} | Turbulent collision rate [m3/s] - \theta_{ij}^{B} | Buoyancy-driven collision rate [m3/s] - \theta_{ij}^{LS} | Laminar shear collision rate [m3/s] - \lambda_{ij} | Coalescence efficiency [-] - r_{ij} | Equivalent radius [m] - \rho_c | Density of continuous phase [kg/m3] - \sigma | Surface tension [N/m] - h_0 | Initial film thickness [m] - h_f | Critical film thickness [m] - \epsilon_c | Continuous phase turbulent dissipation rate [m2/s3] - d_i | Diameter of bubble i [m] - d_j | Diameter of bubble j [m] - u_{ri} | Rise velocity of bubble i [m/s] - S_{ij} | Collision cross sectional area [m2] - g | Gravitational constant [m/s2] + \theta_{ij}^{T} | Turbulent collision rate [m3/s] + \theta_{ij}^{B} | Buoyancy-driven collision rate [m3/s] + \theta_{ij}^{LS}| Laminar shear collision rate [m3/s] + \lambda_{ij} | Coalescence efficiency [-] + r_{ij} | Equivalent radius [m] + \rho_c | Density of continuous phase [kg/m^3] + \sigma | Surface tension [N/m] + h_0 | Initial film thickness [m] + h_f | Critical film thickness [m] + \epsilon_c | Continuous phase turbulent dissipation rate [m2/s^3] + d_i | Diameter of bubble i [m] + d_j | Diameter of bubble j [m] + u_{ri} | Rise velocity of bubble i [m/s] + S_{ij} | Collision cross sectional area [m^2] + g | Gravitational constant [m/s^2] \endvartable Reference: diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H index 7eb46ceec5..f0d29018b6 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H @@ -208,14 +208,14 @@ public: return thermo_->alpha(patchi); } - //- Thermal diffusivity for temperature of mixture [J/m/s/K] + //- Thermal diffusivity for temperature of mixture [W/m/K] tmp kappa(const label patchi) const { return thermo_->kappa(patchi); } //- Thermal diffusivity for temperature of mixture - // for patch [J/m/s/K] + // for patch [W/m/K] tmp kappa() const { return thermo_->kappa(); @@ -234,7 +234,7 @@ public: } //- Effective thermal turbulent diffusivity for temperature - // of mixture [J/m/s/K] + // of mixture [W/m/K] tmp kappaEff ( const volScalarField& alphat @@ -244,7 +244,7 @@ public: } //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] tmp kappaEff ( const scalarField& alphat, diff --git a/etc/templates/singleFluidCHT/templates/materials/air/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/air/thermophysicalProperties index 4ca18b8aca..a5eb10afb5 100644 --- a/etc/templates/singleFluidCHT/templates/materials/air/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/air/thermophysicalProperties @@ -34,12 +34,12 @@ mixture } thermodynamics { - Cp 1005; // [J/(kg K)] + Cp 1005; // [J/kg/K] Hf 0; } transport { - mu 1.8e-05; // [kg/(m s)] + mu 1.8e-05; // [kg/m/s] Pr 0.7; } } diff --git a/etc/templates/singleFluidCHT/templates/materials/aluminium/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/aluminium/thermophysicalProperties index b5e30ca89f..d46051b9ab 100644 --- a/etc/templates/singleFluidCHT/templates/materials/aluminium/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/aluminium/thermophysicalProperties @@ -35,18 +35,18 @@ mixture transport { - kappa 240; // [W/(m K)] + kappa 240; // [W/m/K] } thermodynamics { Hf 0; - Cp 896; // [J/(kg K)] + Cp 896; // [J/kg/K] } equationOfState { - rho 2712; // [kg/m3] + rho 2712; // [kg/m^3] } } diff --git a/etc/templates/singleFluidCHT/templates/materials/copper/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/copper/thermophysicalProperties index 20b81e76a7..fb49f36917 100644 --- a/etc/templates/singleFluidCHT/templates/materials/copper/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/copper/thermophysicalProperties @@ -35,18 +35,18 @@ mixture transport { - kappa 380; // [W/(m K)] + kappa 380; // [W/m/K] } thermodynamics { Hf 0; - Cp 385; // [J/(kg K)] + Cp 385; // [J/kg/K] } equationOfState { - rho 8940; // [kg/m3] + rho 8940; // [kg/m^3] } } diff --git a/etc/templates/singleFluidCHT/templates/materials/water/thermophysicalProperties b/etc/templates/singleFluidCHT/templates/materials/water/thermophysicalProperties index 16714a8084..3d18b901b5 100644 --- a/etc/templates/singleFluidCHT/templates/materials/water/thermophysicalProperties +++ b/etc/templates/singleFluidCHT/templates/materials/water/thermophysicalProperties @@ -34,17 +34,17 @@ mixture } equationOfState { - R 3000; // [J/(kg K)] + R 3000; // [J/kg/K] rho0 1027; // [kg/m^3] } thermodynamics { - Cp 4181; // [J/(kg K)] at T = 293 K + Cp 4181; // [J/kg/K] at T = 293 K Hf 0; } transport { - mu 1.0e-03; // [kg/(m s)] + mu 1.0e-03; // [kg/m/s] Pr 0.7; } } diff --git a/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H b/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H index 08356c8361..4acc51457a 100644 --- a/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H +++ b/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -54,16 +54,16 @@ namespace physicoChemical //- Faraday constant: default SI units: [C/mol] extern const dimensionedScalar F; - //- Stefan-Boltzmann constant: default SI units: [W/m2/K4] + //- Stefan-Boltzmann constant: default SI units: [W/m^2/K^4] extern const dimensionedScalar sigma; - //- Wien displacement law constant: default SI units: [m.K] + //- Wien displacement law constant: default SI units: [m K] extern const dimensionedScalar b; - //- First radiation constant: default SI units: [W/m2] + //- First radiation constant: default SI units: [W/m^2] extern const dimensionedScalar c1; - //- Second radiation constant: default SI units: [m.K] + //- Second radiation constant: default SI units: [m K] extern const dimensionedScalar c2; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/global/constants/thermodynamic/thermodynamicConstants.H b/src/OpenFOAM/global/constants/thermodynamic/thermodynamicConstants.H index 223df15cf0..5c54758459 100644 --- a/src/OpenFOAM/global/constants/thermodynamic/thermodynamicConstants.H +++ b/src/OpenFOAM/global/constants/thermodynamic/thermodynamicConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -43,7 +43,7 @@ namespace thermodynamic // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - //- Universal gas constant (default in [J/(kmol K)]) + //- Universal gas constant (default in [J/kmol/K]) extern const scalar RR; //- Standard pressure (default in [Pa]) diff --git a/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H b/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H index 6ba960efc7..6d188eae8e 100644 --- a/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H +++ b/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -115,14 +115,14 @@ public: } //- Effective thermal turbulent diffusivity for temperature - // of mixture [J/m/s/K] + // of mixture [W/m/K] virtual tmp kappaEff() const { return this->transport_.kappaEff(alphat()); } //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] virtual tmp kappaEff(const label patchi) const { return this->transport_.kappaEff(alphat(patchi), patchi); diff --git a/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H b/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H index afc6cf805d..fcd4cfa130 100644 --- a/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H +++ b/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -119,14 +119,14 @@ public: return this->transport_.alpha(patchi); } - //- Thermal diffusivity for temperature of mixture [J/m/s/K] + //- Thermal diffusivity for temperature of mixture [W/m/K] virtual tmp kappa() const { return this->transport_.kappa(); } //- Thermal diffusivity for temperature of mixture - // for patch [J/m/s/K] + // for patch [W/m/K] virtual tmp kappa(const label patchi) const { return this->transport_.kappa(patchi); @@ -139,14 +139,14 @@ public: virtual tmp alphat(const label patchi) const; //- Effective thermal turbulent diffusivity for temperature - // of mixture [J/m/s/K] + // of mixture [W/m/K] virtual tmp kappaEff() const { return kappa(); } //- Effective thermal turbulent diffusivity for temperature - // of mixture for patch [J/m/s/K] + // of mixture for patch [W/m/K] virtual tmp kappaEff(const label patchi) const { return kappa(patchi); diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C index 22eb888ad2..01d8e705af 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -123,7 +123,7 @@ void Foam::externalCoupledTemperatureMixedFvPatchScalarField::transferData const label patchi = patch().index(); - // heat flux [W/m2] + // heat flux [W/m^2] scalarField qDot(this->patch().size(), 0.0); typedef compressible::turbulenceModel cmpTurbModelType; @@ -171,7 +171,7 @@ void Foam::externalCoupledTemperatureMixedFvPatchScalarField::transferData // near wall cell temperature [K] const scalarField Tc(patchInternalField()); - // heat transfer coefficient [W/m2/K] + // heat transfer coefficient [W/m^2/K] const scalarField htc(qDot/(Tp - Tc + rootVSmall)); if (Pstream::parRun()) diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H index c2fa832342..a20a92c3ba 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H @@ -141,10 +141,10 @@ private: //- Heat power [W] scalar Q_; - //- Heat flux [W/m2] + //- Heat flux [W/m^2] scalarField q_; - //- Heat transfer coefficient [W/m2K] + //- Heat transfer coefficient [W/m^2K] scalarField h_; //- Ambient temperature [K] diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H index f7dac32899..3ab4c59786 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H @@ -43,7 +43,7 @@ Usage samplePatch ; thickness uniform 0.005; // thickness [m] - Qs uniform 100; // heat flux [W/m2] + Qs uniform 100; // heat flux [W/m^2] qr none; qrRelaxation 1; @@ -120,7 +120,7 @@ class thermalBaffle1DFvPatchScalarField //- Baffle thickness [m] mutable scalarField thickness_; - //- Superficial heat source [W/m2] + //- Superficial heat source [W/m^2] mutable scalarField Qs_; //- Solid dictionary diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C index 87295d0c2e..eaa6ff8c2b 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C @@ -196,7 +196,7 @@ void alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs() const fvPatchScalarField& hew = turbModel.transport().he().boundaryField()[patchi]; - // Heat flux [W/m2] - lagging alphatw + // Heat flux [W/m^2] - lagging alphatw const scalarField qDot ( turbModel.transport().alphaEff(alphatw, patchi)*hew.snGrad() diff --git a/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.H b/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.H index b38bbd8bc7..37653ef15a 100644 --- a/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.H +++ b/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.H @@ -38,7 +38,7 @@ Description \vartable p | pressure [Pa] - \rho | density [kg/m3] + \rho | density [kg/m^3] \mu | laminar viscosity [Pa s] D | Darcy coefficient I | inertial coefficient diff --git a/src/combustionModels/EDC/EDC.H b/src/combustionModels/EDC/EDC.H index 648aba3b20..74b24509f4 100644 --- a/src/combustionModels/EDC/EDC.H +++ b/src/combustionModels/EDC/EDC.H @@ -182,7 +182,7 @@ public: //- Fuel consumption rate matrix. virtual tmp R(volScalarField& Y) const; - //- Heat release rate [kg/m/s3] + //- Heat release rate [kg/m/s^3] virtual tmp Qdot() const; //- Update properties from given dictionary diff --git a/src/combustionModels/PaSR/PaSR.H b/src/combustionModels/PaSR/PaSR.H index 3bd9d5f757..a3fa0de1e9 100644 --- a/src/combustionModels/PaSR/PaSR.H +++ b/src/combustionModels/PaSR/PaSR.H @@ -99,7 +99,7 @@ public: //- Fuel consumption rate matrix. virtual tmp R(volScalarField& Y) const; - //- Heat release rate [kg/m/s3] + //- Heat release rate [kg/m/s^3] virtual tmp Qdot() const; //- Update properties from given dictionary diff --git a/src/combustionModels/combustionModel/combustionModel.H b/src/combustionModels/combustionModel/combustionModel.H index 1abe923c50..f2f10b7974 100644 --- a/src/combustionModels/combustionModel/combustionModel.H +++ b/src/combustionModels/combustionModel/combustionModel.H @@ -141,7 +141,7 @@ public: //- Fuel consumption rate matrix, i.e. source term for fuel equation virtual tmp R(volScalarField& Y) const = 0; - //- Heat release rate [kg/m/s3] + //- Heat release rate [kg/m/s^3] virtual tmp Qdot() const = 0; //- Update properties from given dictionary diff --git a/src/combustionModels/laminar/laminar.H b/src/combustionModels/laminar/laminar.H index c4f08aa8bd..d4ec595e6d 100644 --- a/src/combustionModels/laminar/laminar.H +++ b/src/combustionModels/laminar/laminar.H @@ -101,7 +101,7 @@ public: //- Fuel consumption rate matrix. virtual tmp R(volScalarField& Y) const; - //- Heat release rate [kg/m/s3] + //- Heat release rate [kg/m/s^3] virtual tmp Qdot() const; //- Update properties from given dictionary diff --git a/src/combustionModels/noCombustion/noCombustion.H b/src/combustionModels/noCombustion/noCombustion.H index fa8a5d2597..fd137c4b16 100644 --- a/src/combustionModels/noCombustion/noCombustion.H +++ b/src/combustionModels/noCombustion/noCombustion.H @@ -86,7 +86,7 @@ public: //- Fuel consumption rate matrix virtual tmp R(volScalarField& Y) const; - //- Heat release rate [kg/m/s3] + //- Heat release rate [kg/m/s^3] virtual tmp Qdot() const; //- Update properties from given dictionary diff --git a/src/combustionModels/singleStepCombustion/singleStepCombustion.H b/src/combustionModels/singleStepCombustion/singleStepCombustion.H index bb97a1880a..855455a59c 100644 --- a/src/combustionModels/singleStepCombustion/singleStepCombustion.H +++ b/src/combustionModels/singleStepCombustion/singleStepCombustion.H @@ -94,7 +94,7 @@ public: //- Fuel consumption rate matrix virtual tmp R(volScalarField& Y) const; - //- Heat release rate [kg/m/s3] + //- Heat release rate [kg/m/s^3] virtual tmp Qdot() const; //- Update properties from given dictionary diff --git a/src/combustionModels/zoneCombustion/zoneCombustion.H b/src/combustionModels/zoneCombustion/zoneCombustion.H index 4db6ef9800..1235924569 100644 --- a/src/combustionModels/zoneCombustion/zoneCombustion.H +++ b/src/combustionModels/zoneCombustion/zoneCombustion.H @@ -113,7 +113,7 @@ public: //- Fuel consumption rate matrix. virtual tmp R(volScalarField& Y) const; - //- Heat release rate [kg/m/s3] + //- Heat release rate [kg/m/s^3] virtual tmp Qdot() const; //- Update properties from given dictionary diff --git a/src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.H b/src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.H index 09a89e8e36..7599c6f45e 100644 --- a/src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.H +++ b/src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.H @@ -33,7 +33,7 @@ Description where \vartable - d | Darcy coefficient [1/m2] + d | Darcy coefficient [1/m^2] f | Forchheimer coefficient [1/m] \endvartable @@ -72,13 +72,13 @@ class DarcyForchheimer { // Private Data - //- Darcy coeffient XYZ components (user-supplied) [1/m2] + //- Darcy coeffient XYZ components (user-supplied) [1/m^2] dimensionedVector dXYZ_; //- Forchheimer coeffient XYZ components (user-supplied) [1/m] dimensionedVector fXYZ_; - //- Darcy coefficient - converted from dXYZ [1/m2] + //- Darcy coefficient - converted from dXYZ [1/m^2] List D_; //- Forchheimer coefficient - converted from fXYZ [1/m] diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H index 442d5a0322..be9b343084 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H @@ -35,8 +35,8 @@ Description where \vartable - \rho | density [kg/m3] - \rho_{l,sat} | saturation liquid density [kg/m3] + \rho | density [kg/m^3] + \rho_{l,sat} | saturation liquid density [kg/m^3] \psi_l | liquid compressibility p | pressure [Pa] p_{sat} | saturation pressure [Pa] diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H index fcef0adab4..e2726b5781 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H @@ -40,7 +40,7 @@ Description U_c | velocity in cells adjacent to the patch [m/s] n | patch normal vectors \phi_p | flux at the patch [m3/s or kg/s] - S_f | patch face area vectors [m2] + S_f | patch face area vectors [m^2] \endvartable where diff --git a/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.H index a06ab9de28..93a6cca07b 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.H @@ -38,7 +38,7 @@ Description p_{ref} | reference pressure [Pa] x_{ref} | reference point in Cartesian co-ordinates \rho | density (assumed uniform) - g | acceleration due to gravity [m/s2] + g | acceleration due to gravity [m/s^2] \endtable The values are assigned according to the phase-fraction field: diff --git a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H index 8c0c986b4c..b21c5c79f6 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H @@ -37,15 +37,15 @@ Description Usage \table Property | Description | Required | Default value - Ap | syringe piston area [m2] | yes | + Ap | syringe piston area [m^2] | yes | Sp | syringe piston speed [m/s] | yes | - VsI | initial syringe volume [m3] | yes | + VsI | initial syringe volume [m^3] | yes | tas | start of piston acceleration [s] | yes | tae | end of piston acceleration [s] | yes | tds | start of piston deceleration [s] | yes | tde | end of piston deceleration [s] | yes | psI | initial syringe pressure [Pa] | yes | - psi | gas compressibility [m2/s2] | yes | + psi | gas compressibility [m2/s^2] | yes | ams | added (or removed) gas mass [kg] | yes | \endtable diff --git a/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H index 44bcbbd0f0..751a9a57a7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H @@ -34,8 +34,8 @@ Description \f] where \vartable - p_p | incompressible pressure at patch [m2/s2] - p_0 | incompressible total pressure [m2/s2] + p_p | incompressible pressure at patch [m2/s^2] + p_0 | incompressible total pressure [m2/s^2] U | velocity \endvartable @@ -47,7 +47,7 @@ Description \vartable p_p | pressure at patch [Pa] p_0 | total pressure [Pa] - \rho | density [kg/m3] + \rho | density [kg/m^3] U | velocity \endvartable @@ -71,7 +71,7 @@ Description p_p | pressure at patch [Pa] p_0 | total pressure [Pa] \gamma | ratio of specific heats (Cp/Cv) - \psi | compressibility [m2/s2] + \psi | compressibility [m2/s^2] G | coefficient given by \f$\frac{\gamma}{1-\gamma}\f$ \endvartable diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H index 5eee3598fc..f25ab11d23 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H @@ -38,13 +38,13 @@ Description p_{ref} | Reference pressure [Pa] x_{ref} | Reference point in Cartesian co-ordinates \rho_{ref} | Density (assumed uniform) - g | Acceleration due to gravity [m/s2] + g | Acceleration due to gravity [m/s^2] \endtable Usage \table Property | Description | Required | Default value - rhoRef | Uniform density [kg/m3] | yes | + rhoRef | Uniform density [kg/m^3] | yes | pRef | Reference pressure [Pa] | yes | pRefPoint | Reference pressure location | no | hRef value | Initial value | no | pRef diff --git a/src/finiteVolume/fields/fvPatchFields/derived/waveSurfacePressure/waveSurfacePressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/waveSurfacePressure/waveSurfacePressureFvPatchScalarField.H index e5673867a7..bb627510e1 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/waveSurfacePressure/waveSurfacePressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/waveSurfacePressure/waveSurfacePressureFvPatchScalarField.H @@ -33,8 +33,8 @@ Description \f] \vartable - \rho | density [kg/m3] - g | acceleration due to gravity [m/s2] + \rho | density [kg/m^3] + g | acceleration due to gravity [m/s^2] \zeta | wave amplitude [m] \endvartable diff --git a/src/functionObjects/field/pressure/pressure.H b/src/functionObjects/field/pressure/pressure.H index 4a2c06620c..e3373b1c98 100644 --- a/src/functionObjects/field/pressure/pressure.H +++ b/src/functionObjects/field/pressure/pressure.H @@ -47,12 +47,12 @@ Description where \vartable - \rho | Density [kg/m3] + \rho | Density [kg/m^3] U | Velocity [m/s] - \rho_{\inf} | Freestream density [kg/m3] + \rho_{\inf} | Freestream density [kg/m^3] p_{\inf} | Freestream pressure [Pa] U_{\inf} | Freestream velocity [m/s] - p_k | Kinematic pressure (p/rho)[m2/s2] + p_k | Kinematic pressure (p/rho)[m2/s^2] p | Pressure [Pa] p_0 | Total pressure [Pa] p_{ref} | Reference pressure level [Pa] diff --git a/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H b/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H index 68fb0c6647..a86566fda9 100644 --- a/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H +++ b/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H @@ -53,7 +53,7 @@ Description where: \vartable Q_c | source for cell - V_c | volume of the cell [m3] + V_c | volume of the cell [m^3] U_c | local cell velocity [m/s] T_c | local call temperature [K] T_{ref} | min or max(T) in cell zone depending on the sign of Q_t [K] diff --git a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H index 098d47236a..3758cb5b84 100644 --- a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H +++ b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -190,7 +190,7 @@ protected: //- Inverse rotation tensor for flap angle List invR_; - //- Area [m2] + //- Area [m^2] List area_; //- Rotor local cylindrical co-ordinate system (r, theta, z) diff --git a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/constantHeatTransfer/constantHeatTransfer.H b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/constantHeatTransfer/constantHeatTransfer.H index 840e1eb622..5f59b4c2b1 100644 --- a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/constantHeatTransfer/constantHeatTransfer.H +++ b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/constantHeatTransfer/constantHeatTransfer.H @@ -25,7 +25,7 @@ Class Foam::fv::constantHeatTransfer Description - Constant heat transfer model. htcConst [W/m2/K] and area/volume [1/m] + Constant heat transfer model. htcConst [W/m^2/K] and area/volume [1/m] must be provided. \*---------------------------------------------------------------------------*/ @@ -53,7 +53,7 @@ class constantHeatTransfer { // Private Data - //- Constant heat transfer coefficient [W/m2/K] + //- Constant heat transfer coefficient [W/m^2/K] autoPtr htcConst_; //- Area per unit volume of heat exchanger [1/m] diff --git a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/interRegionHeatTransferModel/interRegionHeatTransferModel.H b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/interRegionHeatTransferModel/interRegionHeatTransferModel.H index 729ebfdac1..067bd296cc 100644 --- a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/interRegionHeatTransferModel/interRegionHeatTransferModel.H +++ b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/interRegionHeatTransferModel/interRegionHeatTransferModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -72,7 +72,7 @@ protected: //- Time index - used for updating htc label timeIndex_; - //- Heat transfer coefficient [W/m2/k] times area/volume [1/m] + //- Heat transfer coefficient [W/m^2/k] times area/volume [1/m] volScalarField htc_; //- Flag to activate semi-implicit coupling diff --git a/src/lagrangian/coalCombustion/coalCloudList/coalCloudList.H b/src/lagrangian/coalCombustion/coalCloudList/coalCloudList.H index 1d769aeebb..285ff71943 100644 --- a/src/lagrangian/coalCombustion/coalCloudList/coalCloudList.H +++ b/src/lagrangian/coalCombustion/coalCloudList/coalCloudList.H @@ -79,7 +79,7 @@ public: //- Sensible enthalpy transfer [J/kg] inline tmp hsTrans() const; - //- Return sensible enthalpy source term [J/kg/m3/s] + //- Return sensible enthalpy source term [J/kg/m^3/s] inline tmp Sh(volScalarField& hs) const; @@ -90,7 +90,7 @@ public: volScalarField& Yi ) const; - //- Return total mass transfer [kg/m3] + //- Return total mass transfer [kg/m^3] inline tmp rhoTrans() const; //- Return tmp total mass source for carrier phase @@ -104,7 +104,7 @@ public: const label i ) const; - //- Return total mass source term [kg/m3/s] + //- Return total mass source term [kg/m^3/s] inline tmp Srho(volScalarField& rho) const; }; diff --git a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationHurtMitchell/COxidationHurtMitchell.C b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationHurtMitchell/COxidationHurtMitchell.C index e63790e3a6..c4f473ffd6 100644 --- a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationHurtMitchell/COxidationHurtMitchell.C +++ b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationHurtMitchell/COxidationHurtMitchell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -174,7 +174,7 @@ Foam::scalar Foam::COxidationHurtMitchell::calculate // Kinetic rate of char oxidation [g/(cm^2.s.atm^0.5)] const scalar Rk = A*exp(-E/(RRcal*T)); - // Molar reaction rate per unit surface area [kmol/(m^2.s)] + // Molar reaction rate per unit surface area [kmol/m^2/s] const scalar qCsLim = mass*Ychar/(WC_*Ap*dt); const scalar qCs = min(convSI*Rk*Foam::sqrt(ppO2/101325.0), qCsLim); diff --git a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationIntrinsicRate/COxidationIntrinsicRate.C b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationIntrinsicRate/COxidationIntrinsicRate.C index 3a6a22720f..7bb9c14321 100644 --- a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationIntrinsicRate/COxidationIntrinsicRate.C +++ b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationIntrinsicRate/COxidationIntrinsicRate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2014-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2014-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -157,7 +157,7 @@ Foam::scalar Foam::COxidationIntrinsicRate::calculate // Diffusion rate coefficient [m2/s] const scalar D0 = C1_/d*pow(0.5*(T + Tc), 0.75); - // Apparent density of pyrolysis char [kg/m3] + // Apparent density of pyrolysis char [kg/m^3] const scalar rhop = 6.0*mass/(constant::mathematical::pi*pow3(d)); // Knusden diffusion coefficient [m2/s] @@ -185,7 +185,7 @@ Foam::scalar Foam::COxidationIntrinsicRate::calculate // Chemical rate [kmol/m2/s] const scalar R = eta*d/6.0*rhop*Ag_*ki; - // Particle surface area [m2] + // Particle surface area [m^2] const scalar Ap = constant::mathematical::pi*sqr(d); // Change in C mass [kg] diff --git a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C index dfa03444bd..20cacf76c7 100644 --- a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C +++ b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -175,7 +175,7 @@ Foam::scalar Foam::COxidationMurphyShaddix::calculate << endl; } - // Molar reaction rate per unit surface area [kmol/(m^2.s)] + // Molar reaction rate per unit surface area [kmol/m^2/s] scalar qCsOld = 0; scalar qCs = 1; diff --git a/src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.H b/src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.H index 077a4e6b25..b835619b8c 100644 --- a/src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.H +++ b/src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.H @@ -172,7 +172,7 @@ protected: // References to the carrier gas fields - //- Density [kg/m3] + //- Density [kg/m^3] const volScalarField& rho_; //- Velocity [m/s] diff --git a/src/lagrangian/intermediate/clouds/Templates/ReactingCloud/ReactingCloud.H b/src/lagrangian/intermediate/clouds/Templates/ReactingCloud/ReactingCloud.H index 44e46aa0cc..0afb9e30a9 100644 --- a/src/lagrangian/intermediate/clouds/Templates/ReactingCloud/ReactingCloud.H +++ b/src/lagrangian/intermediate/clouds/Templates/ReactingCloud/ReactingCloud.H @@ -256,7 +256,7 @@ public: // - fully explicit inline tmp Srho() const; - //- Return total mass source term [kg/m3/s] + //- Return total mass source term [kg/m^3/s] inline tmp Srho(volScalarField& rho) const; diff --git a/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.H b/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.H index d78341577d..d91a7de2db 100644 --- a/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.H +++ b/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.H @@ -256,10 +256,10 @@ public: //- Radiation flag inline bool radiation() const; - //- Radiation sum of parcel projected areas [m2] + //- Radiation sum of parcel projected areas [m^2] inline volScalarField::Internal& radAreaP(); - //- Radiation sum of parcel projected areas [m2] + //- Radiation sum of parcel projected areas [m^2] inline const volScalarField::Internal& radAreaP() const; @@ -295,7 +295,7 @@ public: inline const volScalarField::Internal& hsCoeff() const; - //- Return sensible enthalpy source term [J/kg/m3/s] + //- Return sensible enthalpy source term [J/kg/m^3/s] inline tmp Sh(volScalarField& hs) const; diff --git a/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollidingParcel.H b/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollidingParcel.H index 1530882f4a..e3d7d81399 100644 --- a/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollidingParcel.H +++ b/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollidingParcel.H @@ -88,7 +88,7 @@ public: // Private Data - //- Young's modulus [N/m2] + //- Young's modulus [N/m^2] demandDrivenEntry youngsModulus_; //- Poisson's ratio diff --git a/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H b/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H index e9ec8a11a4..ff345d56d0 100644 --- a/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H +++ b/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H @@ -108,10 +108,10 @@ public: // of parcels issued by this cloud demandDrivenEntry