- Jun 10, 2021
-
-
Mark OLESEN authored
- move unreferenced Config.md to wiki content
-
Mark OLESEN authored
- additional -serial/-parallel option: prefer Allrun-serial or Allrun-parallel if available - optional -output=DIR to preserve output ENH: report missing tutorials/ directory in RunFunctions
-
Mark OLESEN authored
- add to wmakeFunctions to ensure it works even without 'make' being installed. Exit immediately after -show-api for consistency with -version. foamEtcFile: - drop warnings for some old (pre-v1812) defunct options and simply flag as unknown options. - handle -version, --version as equivalent to -show-api
-
- Jun 09, 2021
-
-
mattijs authored
-
Andrew Heather authored
BUG: fixing various bugs for v2106 See merge request !420
-
-
-
- TUT: solverInfo FO: add an example to pisoFoam/cavity
-
Prior to the commit, initial residual fields were registered by the `setResidualField()` function of a linear solver with a field name prefixed by `residual:`. However, `solverInfo` FO could only access to the initial residual fields prefixed by `initialResidual:`. Due to this discrepancy, using `solverInfo` FO with `writeResidualFields=true` option was resulting in empty residual fields to be output.
-
-
-
-
Andrew Heather authored
TUT: finiteArea: clean up tutorials See merge request !451
-
-
Andrew Heather authored
ENH: turbulentDFSEMInlet: various improvements See merge request !454
-
-
- ENH: turbulentDFSEMInlet: add normalisation factors for input Reynolds stresses, mean velocity and integral-length scales as entries `Uref` and `Lref`. - ENH: turbulentDFSEMInlet: add scaling factor entries, `scale` and `m`, to enable users to tune C1 normalisation coefficient, if need be. - BUG: turbulentDFSEM: (fixes #1004 #1744 #2089) - see #2090 for theoretical issues related to the DFSEM method.
-
BUG: MappedFile: ensure rmap() and automap() consistent
-
Andrew Heather authored
TUT: basic, IO, preProcessing, VV: clean up tutorials See merge request !464
-
Kutalmış Berçin authored
- TUT: mesh: add missing SnakeRiverCanyon files - TUT: mesh: add missing cp source in a foamyHexMesh tutorial
-
- Jun 08, 2021
-
-
Andrew Heather authored
ENH: CloudFunctionObject: new particle function objects See merge request !443
-
- ReynoldsNumber (thermo) - NusseltNumber - HeatTransferCoeff
-
New cloud function objects: - ReynoldsNumber (for kinematic parcels, i.e. KinematicReynoldsNumber) - ReynoldsNumber (for thermo/reacting parcels, i.e. ThermoReynoldsNumber) - NusseltNumber - HeatTransferCoeff
-
three macros: - makeParcelCloudFunctionObjects for kinematic parcels - makeThermoParcelCloudFunctionObjects for thermo parcels - makeReactingParcelCloudFunctionObjects for reacting parcels
-
-
-
-
Andrew Heather authored
ENH: update geoVoF module (#2076) See merge request !450
-
code style and quality improvements renamed recon::centre to interfaceCentre.{groupName} ranmed recon::normal to interfaceNormal.{groupName} centre and normal field are not written by default
-
Andrew Heather authored
TUT: combustion: clean up tutorials See merge request !461
-
-
Andrew Heather authored
TUT: incompressible: clean up tutorials See merge request !462
-
-
Andrew Heather authored
TUT: mesh, multiphase: clean up tutorials See merge request !465
-
-
-
Mark OLESEN authored
- makes it easier to use for local or alternative storage. Eg, ``` tmp<volScalarField> tfld; tfld.cref(obj.cfindObject<volScalarField>("name")); if (!tfld) { tfld = volScalarField::New("name", ...); } ```
-
- Jun 07, 2021
-
-
Mark OLESEN authored
-
Andrew Heather authored
add access to dictionary context for dynamic-coded items. See merge request !466
-
Mark OLESEN authored
-