- Jun 21, 2017
-
-
Mark OLESEN authored
#includeEtc "caseDicts/setConstraintTypes" vs. #include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
-
Mark OLESEN authored
-
Mark OLESEN authored
- simply removing the lock file on termination provides insufficient information for the external application to know if it should take over again or if OpenFOAM has terminated. Instead the "status=done" content is now used by default.
-
Andrew Heather authored
INT: Integration of isoAdvector and supporting material See merge request !119
-
Andrew Heather authored
Feature second order restart See merge request !114
-
Andrew Heather authored
-
Mark OLESEN authored
- minor cleanup of bash completion script
-
Mark OLESEN authored
- adjust mesa, vtk versions to the latest
-
- Jun 20, 2017
-
-
Andrew Heather authored
Community contribution from Johan Roenby, DHI IsoAdvector is a geometric Volume-of-Fluid method for advection of a sharp interface between two incompressible fluids. It works on both structured and unstructured meshes with no requirements on cell shapes. IsoAdvector is as an alternative choice for the interface compression treatment with the MULES limiter implemented in the interFoam family of solvers. The isoAdvector concept and code was developed at DHI and was funded by a Sapere Aude postdoc grant to Johan Roenby from The Danish Council for Independent Research | Technology and Production Sciences (Grant-ID: DFF - 1337-00118B - FTP). Co-funding is also provided by the GTS grant to DHI from the Danish Agency for Science, Technology and Innovation. The ideas behind and performance of the isoAdvector scheme is documented in: Roenby J, Bredmose H, Jasak H. 2016 A computational method for sharp interface advection. R. Soc. open sci. 3: 160405. [http://dx.doi.org/10.1098/rsos.160405](http://dx.doi.org/10.1098/rsos.160405) Videos showing isoAdvector's performance with a number of standard test cases can be found in this youtube channel: https://www.youtube.com/channel/UCt6Idpv4C8TTgz1iUX0prAA Project contributors: * Johan Roenby <jro@dhigroup.com> (Inventor and main developer) * Hrvoje Jasak <hrvoje.jasak@fsb.hr> (Consistent treatment of boundary faces including processor boundaries, parallelisation, code clean up * Henrik Bredmose <hbre@dtu.dk> (Assisted in the conceptual development) * Vuko Vukcevic <vuko.vukcevic@fsb.hr> (Code review, profiling, porting to foam-extend, bug fixing, testing) * Tomislav Maric <tomislav@sourceflux.de> (Source file rearrangement) * Andy Heather <a.heather@opencfd.co.uk> (Integration into OpenFOAM for v1706 release) See the integration repository below to see the full set of changes implemented for release into OpenFOAM v1706 https://develop.openfoam.com/Community/Integration-isoAdvector
-
Mark OLESEN authored
- provide single parameter constructor for which the rotation direction is determined based on the size/sign of the axis components. The direction is aligned with one of the global axes. - expose setTransform as a public method to allow the user to reset the axesRotation if desired.
-
- Jun 19, 2017
- Jun 16, 2017
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 15, 2017
-
-
Andrew Heather authored
-
-
- Jun 20, 2017
- Jun 14, 2017
-
-
Mark OLESEN authored
- rationalized waiting logic - timeout and wait are unsigned int (not label) since this is what the underlying sleep uses anyhow.
-
- Jun 16, 2017
-
-
Mark OLESEN authored
-
- Jun 15, 2017
- Jun 14, 2017
-
-
sergio authored
Correcting header in tabulatedNTUHeatTransfer from fileName to file
-
sergio authored
-
sergio authored
Fixing humidityTemperatureCoupled problem in parallel Adding Allrun-parallel to externalSolarLoad and windshieldCondensation tutorials
-
mattijs authored
commit 510b9353f8cb932a87f1588b17a4dea230c29d3c Author: mattijs <mattijs> Date: Wed Jun 14 16:36:35 2017 +0100 ENH: timeControl: propagate time-change logic from Time.C commit 6dc57a8f1e0e7605ea819deb6f11dd4b7874ff30 Author: mattijs <mattijs> Date: Thu Jun 1 11:28:56 2017 +0100 ENH: timeControl: cleanup; avoid division by zero commit 5ac4bc2dd8c1f4676eef9d7a03215caba23a2e19 Author: mattijs <mattijs> Date: Wed May 31 12:04:52 2017 +0100 ENH: timeControl: allow ramping down as well as up. commit a6b2db9e791f29258f04f3a9cbd6354aa468977d Author: mattijs <mattijs> Date: Wed May 17 15:29:22 2017 +0100 ENH: timeControl: limit any timestep change if deltaTCoeff enabled. commit 004115ee03a6637ae0d23cce303a30d1b3af046f Author: mattijs <mattijs> Date: Wed May 17 11:40:26 2017 +0100 ENH: setTimeStep: have timeStart, timeEnd controls on time step adjustment. Also added smoothly varying time step change (through optional deltaTCoeff)
-
sergio authored
-
sergio authored
-
mattijs authored
-
Andrew Heather authored
Feature paraview vtk See merge request !116
-
Mark OLESEN authored
-