Skip to content
Snippets Groups Projects
  1. Jun 11, 2020
    • Kutalmış Berçin's avatar
      ENH: add missing/improve annotated dictionaries · d0d3670d
      Kutalmış Berçin authored and Andrew Heather's avatar Andrew Heather committed
        New:
        - blockMeshDict
        - sampleDict
        - boxTurbDict
        - createBoxTurbDict
        - dsmcInitialiseDict
        - mdEquilibrationDict
        - mdInitialiseDict
        - obstaclesDict
        - optimisationDict
        - potentialDict
        - probesDict
        - sampleDict
        - setExprBoundaryFieldsDict
        - setExprFieldsDict
      
        Improved:
        - extrudeMeshDict
        - topoSetSourcesDict
      d0d3670d
    • Kutalmış Berçin's avatar
      INT: various integrations from openfoam.org · 5cbdb7a3
      Kutalmış Berçin authored and Andrew Heather's avatar Andrew Heather committed
        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
      5cbdb7a3
    • mattijs's avatar
      ENH: timeVaryingMapped: abstract IFstream/regIOobject handling. See #1640. · 5bf44095
      mattijs authored
      This change abstracts out the reading of "boundaryData". It should
      now support OpenFOAM headers and with that also binary input.
      5bf44095
  2. Jun 10, 2020
  3. Jun 09, 2020
    • Andrew Heather's avatar
      Merge branch 'feature-atmospheric-boundary-layer-model-suite' into 'develop' · 324e85a9
      Andrew Heather authored
      ENH: New atmospheric boundary layer (ABL) model suite (Part 1)
      
      See merge request Development/openfoam!363
      324e85a9
    • Kutalmış Berçin's avatar
      ENH: New atmospheric boundary layer (ABL) model suite (Part 1) · 41e264f2
      Kutalmış Berçin authored and Andrew Heather's avatar Andrew Heather committed
        Please refer to the header file documentation for complete set of details.
      
        ENH: add new fvOptions for ABL modelling
      
          - atmAmbientTurbSource
          - atmBuoyancyTurbSource
          - atmCoriolisUSource
          - atmLengthScaleTurbSource
          - atmPlantCanopyTurbSource
          - atmPlantCanopyUSource
          - atmPlantCanopyTSource
          - atmNutSource
      
        ENH: add new boundary conditions for ABL modelling
             with PatchFunction1 and TimeFunction1 support
      
          - atmAlphatkWallFunction
          - atmEpsilonWallFunction
          - atmNutkWallFunction
          - atmNutUWallFunction
          - atmNutWallFunction
          - atmOmegaWallFunction
          - atmTurbulentHeatFluxTemperature
      
        STYLE: change names of nutkAtmRoughWallFunction -> atmNutkWallFunction by
               ensuring the bitwise backward compatibility
      
        ENH: add new variable-scaling force computation method to actuationDiskSource
      
        ENH: review actuationDiskSource and radialActuationDiskSource
      
        ENH: add new function object, ObukhovLength
      
        ENH: add new ABL tutorials/verifications
      
          - verificationAndValidation/atmosphericModels/atmFlatTerrain
            - verification with the Leipzig field experiment
            - illustration of precursor/successor field mapping
          - verificationAndValidation/atmosphericModels/atmForestStability
            - verification with the Sweden field experiment
          - update incompressible/simpleFoam/turbineSiting
      41e264f2
    • Andrew Heather's avatar
      Merge branch 'integration-vof-library' into 'develop' · 70cd6c61
      Andrew Heather authored
      CONT: Addition of compressibleIsoInterFoam and PLIC
      
      See merge request Development/openfoam!349
      70cd6c61
    • HenningScheufler's avatar
      TUT: new/updated for compressibleInterIsoFoam · 3c131d85
      HenningScheufler authored and Andrew Heather's avatar Andrew Heather committed
      3c131d85
    • Henning Scheufler's avatar
      CONT: Addition of compressibleIsoInterFOam and PLIC · 44a84d47
      Henning Scheufler authored and Andrew Heather's avatar Andrew Heather committed
         1) Implementation of the compressibleIsoInterFOam solver
         2) Implementation of a new PLIC interpolation scheme.
         3) New tutorials associated with the solvers
      
      This implementation was carried out by Henning Scheufler (DLR) and Johan
      Roenby (DHI), following :
      
      \verbatim
      
      Henning Scheufler, Johan Roenby,
      Accurate and efficient surface reconstruction from volume fraction data
      on general meshes, Journal of Computational Physics, 2019, doi
      10.1016/j.jcp.2019.01.009
      
      \endverbatim
      
      The integration of the code was carried out by Andy Heather and Sergio
      Ferraris from OpenCFD Ltd.
      44a84d47
  4. Jun 08, 2020