- Jun 01, 2022
-
-
Kutalmış Berçin authored
-
- May 31, 2022
-
-
Mark OLESEN authored
ENH: QRMatrix: refactor the QR decomposition algorithms See merge request !540
-
-
-
-
-
-
- catch extra punctuation tokens in chemical equations - catch unknown species - simplify generation of reaction string (output) ENH: allow access of solid concentrations from sub-classes (#2441)
-
Mark OLESEN authored
- redistributePar, expression sources, objectRegistry::sorted(), wallFunctions, solid motion updates, etc
-
Mark OLESEN authored
CONFIG: revise Pstream/OpenFOAM linkage (nvidia) - double-pass linkage seems to be unnecessary
-
Mark OLESEN authored
- ensightWrite, vtkWrite, fv::cellSetOption ENH: additional topoSet "ignore" action - this no-op can be used to skip an action step, instead of removing the entire entry
-
Mark OLESEN authored
- triggered with cell selections (especially with manifold cells). The ensightMesh was still holding an old subMesh reference.
-
Mark OLESEN authored
TUT: removed xxxCoeffs clutter for atmospheric sources GIT: renamed liquidFilmStepWithSprinklers
-
Mark OLESEN authored
- this allows more flexibility when defining the location or intensity of sources. For example, { type scalarSemiImplicitSource; volumeMode specific; selectionMode all; sources { tracer0 { explicit { type exprField; functions<scalar> { square { type square; scale 0.0025; level 0.0025; frequency 10; } } expression #{ (hypot(pos().x() + 0.025, pos().y()) < 0.01) ? fn:square(time()) : 0 #}; } } } } ENH: SemiImplicitSource: handle "sources" with explicit/implicit entries - essentially the same as injectionRateSuSp with Su/Sp, but potentially clearer in purpose. ENH: add Function1 good() method to define if function can be evaluated - for example, provides a programmatic means of avoiding the 'none' function
-
Mark OLESEN authored
- supports use of coordinate systems in fileFormats, surfMesh etc. GIT: remove remnant dependency check placeholders
-
- May 30, 2022
-
-
mattijs authored
-
mattijs authored
-
Mattijs Janssens authored
Improve the Lagrangian drag models See merge request !495
-
Kutalmış Berçin authored
-
Kutalmış Berçin authored
-
Kutalmış Berçin authored
-
- May 29, 2022
-
-
Mark OLESEN authored
- avoid any operations for zero sources - explicit sources are applied to the entire mesh can be added directly, without an intermediate DimensionedField - update some legacy faMatrix/fvMatrix methods that used Istream instead of dictionary or dimensionSet for their parameters. Simplify handling of tmps. - align faMatrix methods with the updated their fvMatrix counterparts (eg, DimensionedField instead of GeometricField for sources)
-
- May 27, 2022
-
-
Mark OLESEN authored
- was previously only implemented for tensor
-
Mark OLESEN authored
-
Mark OLESEN authored
- parameter passing previously stripped it down to 'word' instead of 'wordRe'
-
Mark OLESEN authored
- similar to the geometric decomposition constraint, allows a compositing selection of cells based on topoSet sources which also include various searchableSurface mechanisms. This makes for potentially easier placement of sources without resorting to defining a cellSet. ENH: support zone group selection for fv::cellSetOption and fa::faceSetOption
-
Mark OLESEN authored
- select motion for the entire mesh, or restrict to a subset of points based on a specified cellSet or cellZone(s). Can now combine cellSet and cellZone specifications (uses an 'or' combination). - move consistent use of keyType and wordRe to allow regex selection, possibly using zone groups STYLE: remove duplicate code in solidBodyMotionSolver
-
Mark OLESEN authored
ENH: add ZoneMesh groupNames method
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- update annotated dicts, remove tabs - use point1/point2 for cylinder sources
-
Mark OLESEN authored
- shorter lookup names for more consistency ENH: accept point1/point2 as alternative to p1/p2 for sources - better alignment with searchable specification - refactor so that cylinderAnnulus sources derive directly from cylinder sources (which handle an annulus as well). Accept radius or outerRadius as synonyms. STYLE: noexcept on topoBitSet access methods DOC: update description for geometricConstraint
-
Mark OLESEN authored
- in various situations with mesh regions it is also useful to filter out or remove the defaultRegion name (ie, "region0"). Can now do that conveniently from the polyMesh itself or as a static function. Simply use this const word& regionDir = polyMesh::regionName(regionName); OR mesh.regionName() instead of const word& regionDir = ( regionName != polyMesh::defaultRegion ? regionName : word::null ); Additionally, since the string '/' join operator filters out empty strings, the following will work correctly: (polyMesh::regionName(regionName)/polyMesh::meshSubDir) (mesh.regionName()/polyMesh::meshSubDir)
-
Mark OLESEN authored
- consistent with what decomposePar and redistributePar create
-
Mark OLESEN authored
-
Andrew Heather authored
ENH: norm: add new field function object See merge request !539
-
Kutalmış Berçin authored
-
Kutalmış Berçin authored
The 'norm' function object normalises an input field with a chosen norm, and outputs a new normalised field.
-
Kutalmış Berçin authored
-
Andrew Heather authored
Adding external heat to greyDiffusive BC and new Doses FO See merge request !543
-