- Jun 13, 2016
-
-
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
- May 31, 2016
- May 18, 2016
-
- May 13, 2016
-
-
Mark OLESEN authored
Feature iotweaks Enhancements for #114 and #115. Tagged as WIP, since there may be some need for discussion/rework prior to merging. See merge request !35
-
- May 10, 2016
-
-
Andrew Heather authored
Merge foundation Integrating latest code from the OF Foundation - main changes: Lots of renaming/refactoring: - to retrieve reference from tmp, now need to use tmp.ref() as opposed to tmp() - fvc::flux function to replace fvc::interpolate(<field>) & mesh.Sf() - integration of new c++ features: no more spaces between closing template braces, e.g. class1<class2<Type> > becomes class1<class2<Type>> - DataEntry renamed to Function1 New functionality: - Updated 6DoF - fvOptions support in turbulence models See merge request !33
-