- Jun 05, 2020
-
-
Kutalmış Berçin authored
-
Kutalmış Berçin authored
- basic - DNS - electromagnetics - financial - discreteMethods - preProcessing
-
Kutalmış Berçin authored
New: - blockMeshDict - sampleDict - boxTurbDict - createBoxTurbDict - dsmcInitialiseDict - mdEquilibrationDict - mdInitialiseDict - obstaclesDict - optimisationDict - potentialDict - probesDict - sampleDict - setExprBoundaryFieldsDict - setExprFieldsDict Improved: - extrudeMeshDict - topoSetSourcesDict
-
Kutalmış Berçin authored
ENH: add log FO ENH: improve log with scale, and offset entries BUG: ensure extrueMesh does not fail in parallel with wedge extrusion BUG: add missing clone and mapping funcs to copiedFixedValue, fixedMultiPhaseHeatFlux ENH: meshToMesh0::cellAddressing slight speed up for some geometries BUG:0003495: Divide-by-zero in SHF particle break-up model BUG:0003492: The formula in the OF is inconsistent with the Rosin-Rammler distribution theory formula
-
Mark OLESEN authored
- one of the simplest test applications to run quickly and test
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- the CGAL version change is associated with a header-only build (needs updated ThirdParty scripts). - openmpi is a major version change (4.0.3)
-
Andrew Heather authored
ENH: Improve and verify atmBoundaryLayerInlet conditions See merge request !354
-
ENH: add generalised log-law type ground-normal inflow boundary conditions for wind velocity and turbulence quantities for homogeneous, two-dimensional, dry-air, equilibrium and neutral atmospheric boundary layer (ABL) modelling ENH: remove `zGround` entry, which is now automatically computed ENH: add `displacement height` entry, `d` ENH: add generalised atmBoundaryLayerInletOmega boundary condition ENH: add a verification case for atmBoundaryLayerInlet BCs DOC: improve atmBoundaryLayerInlet header documentation BUG: fix value-entry behaviour in atmBoundaryLayerInlet (fixes #1578) Without this change: - for serial-parallel computations, if `value` entry is available in an `atmBoundaryLayerInlet` BC, the theoretical ABL profile expressions are not computed, and the `value` entry content is used as a profile data - for parallel computations, if `value` entry is not available, `decomposePar` could not be executed. ...
-
Andrew Heather authored
ENH: enable user to control re-writing of function object output file headers. See #1556 See merge request !360
-
-
Andrew Heather authored
ENH: Robust Iterative Eigendecomposition and Parallel Low-Memory Dynamic Mode Decomposition See merge request !353
-
STDMD (i.e. Streaming Total Dynamic Mode Decomposition) is a variant of a data-driven dimensionality reduction method. STDMD is being used as a mathematical post-processing tool to compute a set of dominant modes out of a given flow (or dataset) each of which is associated with a constant frequency and decay rate, so that dynamic features of a given flow may become interpretable, and tractable. Among other Dynamic Mode Decomposition (DMD) variants, STDMD is presumed to provide the general DMD method capabilities alongside economised and feasible memory and CPU usage. Please refer to the header file documentation for further details. ENH: add new STDMD tutorial, pimpleFoam/laminar/cylinder2D
-
ENH: add Test-EigenMatrix application The new iterative eigen decomposition functionality is derived from: Passalacqua et al.'s OpenQBMM (openqbmm.org/), which is mostly derived from JAMA (math.nist.gov/javanumerics/jama/).
-
ENH: return zero-valued matrix when input zero-valued matrix in pinv()
-
-
Mark OLESEN authored
ENH: strip {GMP,MPRF}_ARCH_PATH in make rules
-
Mark OLESEN authored
- update OpenQBMM to origin/openfoam.com - revert adios, visualization * changes inadvertently crept in recent commit
-
mattijs authored
-
mattijs authored
-
- Jun 04, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- generates a vtk file in an ASCII, XML format (blockTopology.vtu). More information than the equivalent obj file since it includes connectivity, cell shapes and cell IDs (equivalent to the block numbers).
-
Mark OLESEN authored
-
Mark OLESEN authored
- new vtk::internalMeshWriter, vtk::patchMeshWriter intermediate classes without finiteVolume dependencies. Enables direct use with a polyMesh. Makes vtk::internalWriter, vtk::patchWriter header/template only.
-
Mark OLESEN authored
-
Mark OLESEN authored
- bundled of boolean values as a vector of 3 components with element access using x(), y() and z() member functions. It also has some methods similar to bitSet. - Not derived from Vector or VectorSpace since it does not share very many vector-like characteristics.
-
Mark OLESEN authored
- support construct from initializer_list, which can help simplify code with constant coefficients. - add default constructor for polynomialFunction and Istream reading to support resizable lists of polynomialFunction. A default constructed polynomialFunction is simply equivalent to a constant zero. - no special IO handling for Polynomial required, it is the same as VectorSpace anyhow.
-
- Jun 03, 2020
-
-
The phase systems tables for multiphase solvers create conflict between each other as they are defined in the same namespace and using similar class names. Therefore a special htc function object for reactingEulerSolver was added (reactingEulerHtcModel), located under src/phaseSystemModels/reactingEulerFoam/functionObjects/ This commit includes the following: - Relocate solvers/reactingEulerFoam functionObjects to src/phaseSystemModels - Remove links for fieldFunctionObject to multiphase libs to avoid conflicts - New FO for htc for reactingEulerFoam called reactingEulerHtcModel
-
Mark OLESEN authored
- can pre-generate shell environment for later sourcing as an alternative to sourcing etc/bashrc itself
-
Mark OLESEN authored
- reduces some reliance on env variables
-
Mark OLESEN authored
-
Andrew Heather authored
ENH: unify use of dictionary method names See merge request !362
-
- Jun 02, 2020
-
-
Mark OLESEN authored
- previously introduced `getOrDefault` as a dictionary _get_ method, now complete the transition and use it everywhere instead of `lookupOrDefault`. This avoids mixed usage of the two methods that are identical in behaviour, makes for shorter names, and promotes the distinction between "lookup" access (ie, return a token stream, locate and return an entry) and "get" access (ie, the above with conversion to concrete types such as scalar, label etc).
-
Mark OLESEN authored
-
Mark OLESEN authored
- Favour use of argList methods that are more similar to dictionary method names with the aim of reducing the cognitive load. * Silently deprecate two-parameter get() method in favour of the more familiar getOrDefault. * Silently deprecate opt() method in favour of get() These may be verbosely deprecated in future versions.
-
- May 31, 2020
-
-
Mark OLESEN authored
-
- May 29, 2020
-
-
- before (-lreactingPhaseSystem -ltwoPhaseReactingTurbulenceModels) after (-ltwoPhaseReactingTurbulenceModels -lreactingPhaseSystem) to fix symbol resolution issue on clang.
-
Mark OLESEN authored
- centralizes sizing information and typedefs without dependencies beyond <cstdint> COMP: ensure label typedef exists for nullObject.H
-
Mark OLESEN authored
STYLE: adjust code comments
-