- May 19, 2020
-
-
- improve wmake CGAL rule(s) accordingly
-
- adds some more flexibility
-
- May 18, 2020
-
-
Mark OLESEN authored
For example, const edge meshE(patch.meshPoints(), patch.edges()[edgei]);
-
Mark OLESEN authored
-
Mark OLESEN authored
- purpose is to preserve empty directories under git, so use the more general name
-
mattijs authored
The final leak can only be decided once all cells have been deleted. So only exit on final invocation and give warning-only beforehand. This avoids a lot of false positives. The tutorial itself didn't actually produce a mesh with leakage with the old settings. Upped the refinement level to force it to go through the hole in the geometry.
-
- May 16, 2020
-
-
mattijs authored
This makes coded versions easier.
-
- May 15, 2020
-
-
Mark OLESEN authored
-
Andrew Heather authored
ENH: Injection models - added entry to ignore injection positions outside of the mesh See merge request !355
-
Example in the injection model input dictionary: // New entry to ignore injections out of bounds ignoreOutOfBounds yes;
-
- May 14, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- scripts/wmake.wmake-args partial logic for Allwmake scripts. - handle '-quiet' as synonym for '-silent' - Do not specify '-j' option for wrapped cmake creation to avoid the warning: make[1]: warning: -jN forced in submake: disabling jobserver mode.
-
Mark OLESEN authored
- Now state "[ignore if OpenFOAM is not yet compiled]"
-
Mark OLESEN authored
-
Mark OLESEN authored
ENH: defaulting for destructors where possible STYLE: clear() instead of setSize(0) for plain Lists STYLE: use bool operator instead of valid()/empty() for autoPtr tests
-
- May 13, 2020
-
-
Mark OLESEN authored
- similar to changes made in PrimitivePatch (commit 8a5d108f)
-
Mark OLESEN authored
-
-
Mark OLESEN authored
- enumerated values are (points | topology) which can be optionally specified in the blockMeshDict. Default is 'topology'. If the command-line option `blockMesh -merge-points` is specified, this has absolute priority over any blockMeshDict entry. STYLE: changed blockMesh "-blockTopology" option to "-write-obj" - this is more specific to what it does. Potentially wish to add a "-write-vtk" option in the future. TUT: adjust tutorials to use preferred or necessary merge strategies: * channel395DFSEM - topology * nozzleFlow2D - points * pipeCyclic - points
-
sergio authored
-
mattijs authored
-
mattijs authored
Code provided by Nicolas Edh.
-
- May 12, 2020
-
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- dependency handling relocated from cmakeFunctions to wmakeFunctions and reused for mpi-versioned builds. This allows more checks for configuration parameters and removes hard-code build path information. CONFIG: remove spurious mplibHPMPI entries CONFIG: remove ADIOS1 rules (antiquated)
-
Mark OLESEN authored
- wcleanBuild, wcleanPlatform now accessible as "wclean -build" and "wclean -platform", respectively
-
Mark OLESEN authored
- initial split of wmake-related commands into "plumbing" and "porcelain" akin to how git handles things. - wmakeBuildInfo (very low-level), now relocated to the wmake/scripts and accessible for the user as "wmake -build-info". This satisfies a long-standing desire to access build information in a fashion similar to the api/patch information. CONFIG: avoid git information when building with a debian/ directory - when a 'debian/' directory exists, there is a high probability that the '.git/' directory is from debian and not from OpenFOAM (ie, useless here). This corresponds to an implicit '-no-git', which has no effect when building from pristine sources. ENH: wmakeCheckPwd becomes scripts/wmake-check-dir - accessible for the user as "wmake -check-dir" and with 1 or 2 directory names. A wmakeCheckPwd symlink left for compatibility.
-
Mark OLESEN authored
STYLE: minor changes to makefiles
-
- May 11, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- less frequently used, but the information was previously inaccessible under etcFiles.C. Now exposed within the foamVersion namespace and defined under <global.Cver> to improve configuration possibilities.
-
Mark OLESEN authored
- less confusing than the env() name, which could look like a setter/getter instead of a test
-
- May 08, 2020
-
-
sergio authored
-
- May 07, 2020
-
-
sergio authored
-
- May 06, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- convenient way to use alternative plugin installations - provide separate -help-build information and reduce the noisy output when a reader module cannot be located.
-
Mark OLESEN authored
- not fully tested
-
Mark OLESEN authored
- additional cgal-headers-only rules (future use) COMP: add -lgmp for CGAL with mpfr linkage
-