- Feb 22, 2021
-
-
Adding thermo options for mass exchange Lee model for multiPhaseInter using tabulated type of thermos.
-
- Nov 13, 2019
-
-
Mark OLESEN authored
-
- Nov 06, 2019
-
-
Mark OLESEN authored
-
- Apr 24, 2018
-
-
Mark OLESEN authored
- generalize some of the library extensions (.so vs .dylib). Provide as wmake 'sysFunctions' - added note about unsupported/incomplete system support - centralize detection of ThirdParty packages into wmake/ subdirectory by providing a series of scripts in the spirit of GNU autoconfig. For example, have_boost, have_readline, have_scotch, ... Each of the `have_<package>` scripts will generally provide the following type of functions: have_<package> # detection no_<package> # reset echo_<package> # echoing and the following type of variables: HAVE_<package> # unset or 'true' <package>_ARCH_PATH # root for <package> <package>_INC_DIR # include directory for <package> <package>_LIB_DIR # library directory for <package> This simplifies the calling scripts: if have_metis then wmake metisDecomp fi As well as reducing clutter in the corresponding Make/options: EXE_INC = \ -I$(METIS_INC_DIR) \ -I../decompositionMethods/lnInclude LIB_LIBS = \ -L$(METIS_LIB_DIR) -lmetis Any additional modifications (platform-specific or for an external build system) can now be made centrally.
-
- Feb 18, 2017
-
-
Henry Weller authored
Description Base-class for thermophysical properties of solids, liquids and gases providing an interface compatible with the templated thermodynamics packages. liquidProperties, solidProperties and thermophysicalFunction libraries have been combined with the new thermophysicalProperties class into a single thermophysicalProperties library to simplify compilation and linkage of models, libraries and applications dependent on these classes.
-
- Nov 13, 2016
-
-
Henry Weller authored
'set -x' should be used for debugging. Added command printing into wmake and Allwmake as a replacement for 'set -x' to log current target.
-
- Jun 24, 2016
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- Feb 15, 2016
-
-
Henry Weller authored
-
- Jan 11, 2015
-
-
Henry authored
-
- Dec 14, 2014
-
-
Henry authored
-
- Oct 31, 2012
-
-
sergio authored
-
- Oct 19, 2012
-
-
andy authored
-
- Aug 23, 2012
-
-
Henry authored
New base class for fluid and solid thermo: veryBasicThermo Base class for fluid thermo: basicThermo (derived from veryBasicThermo) Base class for solid thermo: solidThermo (derived from veryBasicThermo) Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
-
- Jun 06, 2011
-
-
andy authored
-
- Jun 02, 2011
-
-
andy authored
-
- Mar 08, 2011
-
-
Mark Olesen authored
- also simplify setting makeType in the Allwmake scripts
-
- Mar 01, 2011
-
-
andy authored
-
- Feb 25, 2011
-
-
andy authored
-
- Feb 01, 2011
- Jan 28, 2011
-
-
andy authored
- pointSolid->solidProperties - pointSolidMixure->solidMixtureProperties - liquids->liquidProperties - liquidMixture->liquidMoxtureProperties
-
- Jan 27, 2011
-
-
Mark Olesen authored
-
- Jan 26, 2011
-
-
mattijs authored
-
- Dec 08, 2010
-
-
sergio authored
pointSolidMixture. chtMultiRegion tutorials and solvers
-
- Sep 06, 2010
-
-
Andrew Heather authored
-
- Jun 11, 2010
-
-
mattijs authored
-
- Sep 09, 2009
-
-
henry authored
Currently the only supported model is fixing the temperature within the porous zone to a fixed value.
-
- Jun 10, 2009
-
-
Andrew Heather authored
-
- Sep 19, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- May 09, 2008
-
-
Andrew Heather authored
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-