- Nov 26, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- can now things like ref(), boundaryFieldRef(), primitiveFieldRef() with an optional argument that avoids triggering any update events Instead of Field<Type>& iF = const_cast<Field<Type>&>(fld.primitiveField()); can now write Field<Type>& iF = fld.primitiveFieldRef(false); or simply auto& iF = fld.primitiveFieldRef(false);
-
Andrew Heather authored
-
- Nov 16, 2018
-
-
Andrew Heather authored
Description Calculates the energy spectrum for a structured IJK mesh Usage Example of function object specification: energySpectrum1 { type energySpectrum; libs ("libfieldFunctionObjects.so"); } Where the entries comprise: \table Property | Description | Required | Default value type | type name: energySpectrum | yes | log | write info to standard output | no | yes \endtable Output data is written to the file \<timeDir\>/energySpectrum.dat
-
Andrew Heather authored
-
- Nov 15, 2018
-
-
Andrew Heather authored
-
Gabriel Barajas authored
waveMakerFlap: creates waves using a flapping motion waveMakerPiston: creates waves using a piston motion
-
- Nov 26, 2018
-
-
Andrew Heather authored
-
- Nov 14, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
Note that the field is now registered on time as opposed to the mesh
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Nov 09, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Nov 05, 2018
-
-
Andrew Heather authored
-
- Nov 25, 2018
-
-
Mark OLESEN authored
- Added quoting to handle spaces in environment values in commit 50852b33 (#1007, #1008). However, quoting is only needed for eval mode. In regular mode, quoting should not be part of the output, instead it should be done on the caller side.
-
- Nov 26, 2018
-
-
Mark OLESEN authored
Feature vtm/vtk See merge request OpenFOAM-plus!213
-
- Nov 24, 2018
-
-
Mark OLESEN authored
- can be used, for example, to visualize all wall cells - for quality or other purposes - without requiring an intermediate faceSet for the selection. Request arising from pending merge !213.
-
Mark OLESEN authored
- shortcut for "clear" + "add". At the end of the operation, only parcels matching that particular selection source will be used.
-
Mark OLESEN authored
- now supports a parcel selection mechanism like vtkCloud, giving the ability to select a subset of parcels. For example, a given stride, or removal of parcels with a small diameter. Eg, dataCloud output Time: 3.2 Applying parcel filtering to 994 parcels - add stride 4 - subtract field U : (less 0.2) After filtering using 214/994 parcels - add output precision control for dataCloud
-
- Nov 23, 2018
-
-
Mark OLESEN authored
- this would automatically change openfoam<digits> into maj.min.rel values, thus transforming openfoam1806 into a version "1.8.0.6" !
-
Mark OLESEN authored
- provide edit for adjusting the ThirdParty and fallback site variables. This is useful when packaging into a single directory, and possibly without any ThirdParty dependencies. - support '-prefix' (similar to auotconfig) as an alternative to '-foamInstall'. Use this prefix to set the prefix directly. Bypasses and disables the bash sourcing magic.
-
Mark OLESEN authored
- vtkWrite with moving mesh was not updated the subsets properly, which caused it to crash. - foamToVTK -overwrite ignored for single region cases, was working for multi-region cases - minor documentation changes
-
Mark OLESEN authored
-
Mark OLESEN authored
- Within strings it is preferable to use the "<etc>" instead. Most use cases for the old "~OpenFOAM" expansion have been obsoleted by the #includeEtc directive.
-
Mark OLESEN authored
- use std::string instead of c-string for the string constants - centralize some definitions of resources into foamVersion.H Now expose some of the hard-coded values used in foamEtcFiles() so that they can be known or even overridden as required. Relocate to src/OpenFOAM/include as a constant location.
-
- Nov 22, 2018
-
-
Mark OLESEN authored
- uses wmake, without OpenFOAM libraries. The application and libray serve as a minimal test case for wmake, but can also be used to generate a minimal library/executable pair target for testing of packaging etc.
-
Mark OLESEN authored
- file is to be sourced, non-executable. - remove stray .keep file from tutorial case
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- Prefer the $WM_PROJECT_VERSION from the environment, since this is consistent with the foamEtcFile script, and matches better to user expectations.
-
Mark OLESEN authored
- For compatibility, access to the old global names is provided via macros #define FOAMversion foamVersion::version #define FOAMbuild foamVersion::build #define FOAMbuildArch foamVersion::buildArch - this isolation makes it easier to provide additional scoped methods for dealing with version related information. Eg, printBuildInfo()
-
Mark OLESEN authored
- foamVersion.H now includes stdFoam.H for consistent use of compatibility compiler defines. - move forward declaration of Detail, Module namespaces to stdFoam.H - doxygen documentation of Foam namespace in stdFoam.H
-
Mark OLESEN authored
-