- Jun 17, 2016
-
-
Mark Olesen authored
-
- Jun 16, 2016
-
-
Mark Olesen authored
- although the build is not 100% complete, it is only the run-time post-processing with VTK that is affected. - improve robustness and warning messages COMP: adjust build order (solvers, utilities) - as per http://bugs.openfoam.org/view.php?id=2116
-
Mark Olesen authored
- makes it easier to ensure consistent setups
-
Mark Olesen authored
- not previously possible to configure a third-party gcc with system gmp/mpfr/mpc. This makes it easier to switch between compilers for testing. - use system libraries by default
-
Mark Olesen authored
STYLE: drop conditional check on mpc. - was for older gcc, but is a requisite for gcc >= 4.5
-
- Jun 14, 2016
-
-
Mark Olesen authored
- also update settings to include newer compiler versions
-
- Jun 13, 2016
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
This is a bit complicated. When allocating cells to zones (meshRefinementBaffles::zonify) in finishes with findCellTopo which tried to fix the odd cell which wasn't put into the correct region. This was actually modifying whole regions to be a certain cellZone so if there was some 'bleeding' it would re-assign a whole region to be e.g. background and get deleted. Instead it now will only reassign single cells if these are - unassigned - inbetween multiple, differing cellZones Fixes the simpleFoam/rotorDisk meshing (gitlab #141)
-
- Jun 10, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 09, 2016
-
-
Mark Olesen authored
-
- Jun 08, 2016
-
-
Andrew Heather authored
Feature mppic inter foam New MPPICInterFoam solver. Add MPPIC cloud to a VOF approach. Particles volume are considered into transport Eq fluxes. Solves for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase-fraction based interface capturing approach. The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved. Solver: /applications/solvers/multiphase/MPPICInterFoam Tutorial: /tutorials/multiphase/MPPICInterFoam/twoPhasePachuka See merge request !41
-
Andrew Heather authored
ENH: Adding interCondensingEvaporatingFoam and tutorial Solver for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase-fraction based interface capturing approach. The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved. Solver: /applications/solvers/multiphase/interCondensingEvaporatingFoam Tutorial: /tutorials/multiphase/interCondensingEvaporatingFoam/condensatingVessel See merge request !43
-
Andrew Heather authored
Feature boundary radiation properties Change of the frame work for the specification of radiation properties See merge request !42
-
Andrew Heather authored
-
Mark Olesen authored
-
- Jun 07, 2016
-
-
Mark Olesen authored
- most notably the '%' which is used as a separator in places caused problems. EHN: only use valid ensight file/variable names for writers - fixed: foamToEnsightParts, ensightSurfaceWriter - pending: foamToEnsight BUG: no geometry written for foamToEnsightParts with moving mesh (fixes #142) - an incorrect path was causing the issue
-
- Jun 08, 2016
-
-
Mark Olesen authored
- increases flexibility and adds consistency with the word class.
-
- Jun 07, 2016
- Jun 06, 2016
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jun 03, 2016
-
-
sergio authored
-
Andrew Heather authored
reactionSensitivityAnalysis FO This function object creates four data files named: "consumption" : consumption rate "production" : destruction rate "productionInt" : integral between dumps of the production rate "consumptionInt" : integral between dumps of the consumption rate The function object indicates reaction rates of creation or destruction of species in each reaction. code: src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/ tutorial: /tutorials/combustion/chemFoam/gri The output format file is (consumption.dat): time : 1e-2 dellat T: 1e-5 Reaction specie1 specie2 .... 1 RR11 RR12 2 RR21 RR22 . . See merge request !44
-
sergio authored
-
sergio authored
-
sergio authored
-
Andrew Heather authored
Feature lagrangian Minor adjustments to static information attached to lagrangian parcels/particles. Fixes #108 (duplicate of http://www.openfoam.org/mantisbt/view.php?id=1990), #109, #110, #111. Future reworking would require a better mechanism to also deal with dynamic information such as particle collisions etc. See merge request !34
-
- Jun 02, 2016
-
-
sergio authored
ENh: Adding reactionSensitivityAnalysis FO and adding it to utorials/combustion/chemFoam/gri/ test case
-
sergio authored
ENh: Adding reactionSensitivityAnalysis FO and adding it to utorials/combustion/chemFoam/gri/ test case
-
sergio authored
-
Andrew Heather authored
Feature alltoall Added the on-the-fly creation of communication schedule See merge request !40
-
mattijs authored
Conflicts: src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.C src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C src/OpenFOAM/db/IOstreams/Pstreams/exchange.C src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C src/OpenFOAM/db/regIOobject/regIOobjectRead.C src/Pstream/dummy/UPstream.C src/Pstream/mpi/UPstream.C src/lagrangian/basic/Cloud/Cloud.C src/meshTools/regionSplit/regionSplit.C
-
- Jun 01, 2016