OpenFOAM-5.x/applications/utilities
Henry Weller 8aac0a1808 radiation: Corrected the name of the radiative heat flux from Qr to qr
The standard naming convention for heat flux is "q" and this is used for the
conductive and convective heat fluxes is OpenFOAM.  The use of "Qr" for
radiative heat flux is an anomaly which causes confusion, particularly for
boundary conditions in which "Q" is used to denote power in Watts.  The name of
the radiative heat flux has now been corrected to "qr" and all models, boundary
conditions and tutorials updated.
2017-04-08 22:23:40 +01:00
..
mesh Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
miscellaneous thermophysicalProperties: New base-class for liquidProperties and in the future gasProperties 2017-02-18 21:53:20 +00:00
parallelProcessing Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
postProcessing surfaceFilmModels::perturbedTemperatureDependentContactAngleForce: New contact angle model 2017-04-04 00:09:38 +01:00
preProcessing radiation: Corrected the name of the radiative heat flux from Qr to qr 2017-04-08 22:23:40 +01:00
surface C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
thermophysical chemkinToFoam: Increase the precision of the thermophysical coefficient written 2017-02-21 11:59:49 +00:00