Skip to content
Snippets Groups Projects
  1. Dec 10, 2020
    • sergio's avatar
      ENH: Derivative of B in thermo.H (dKcdTbyKc) calculated from S and G instead of dGdT · 54ebe724
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      Member function dKcdTbyKc in thermo.H is calculated from S and G at Pstd.
      Thus dGdT was removed from the thermos.
      
      - Add optional hRef, eRef and Tref as optional.
      
      - Use new thermo to multiphase solver icoReactingMuliPhaseFoam
      
      - Remove hRefConst and eRefConst thermos.
      
      TUT: Updated tutorials
      54ebe724
    • sergio's avatar
      ENH: Adding tabulated transport and thermo. · 0dd91a9d
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      TUT: multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent
      0dd91a9d
    • sergio's avatar
      ENH: Using icoTabulated EoS and non-Newtonian laminar model · 97448c65
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      97448c65
    • sergio's avatar
      ENH: adding generalizedNewtonian to laminar turbulence model · c3c4f30a
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      The generalizedNewtonian viscocity models were ported from
      the org version and added to the laminar turbulence framework.
      
      This allows use in compressible and incompressible solvers
      through the turbulence dictionary under the laminar sub-dictionary.
      
      The thermal laminar viscosity is taken from the thermo for solvers
      that use thermo library or from the transportProperties dictionary
      for incompressible solvers.
      
      At the moment the option to include viscocity models through the
      transportDict is still available.
      
      The icoTabulated equation of state was ported from the org version.
      
      STYLE: use 'model' instead of 'laminarModel' in tutorials
      c3c4f30a
    • Andrew Heather's avatar
      Merge branch 'feature-vibroAcousticShell' into 'develop' · a89ecdee
      Andrew Heather authored
      New vibro-acoustic model suite
      
      See merge request !404
      a89ecdee
    • sergio's avatar
      ENH: New vibro-acoustic model suite · bc430ccd
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      
        - New solver: `acousticFoam`
        - New base finite-area region class: `regionFaModel`
        - New base shell model classes:
          - `vibrationShellModel`
          - `thermalShellModel`
        - New shell models:
          - A vibration-shell model: `KirchhoffShell`
          - A thermal-shell model: `thermalShell`
        - New finite-area/finite-volume boundary conditions:
          - `clampedPlate`
          - `timeVaryingFixedValue`
          - `acousticWaveTransmissive`
        - New base classes for `fvOption` of finite-area methods: `faOption`
        - New `faOption`s:
          - `contactHeatFluxSource`
          - `externalFileSource`
          - `externalHeatFluxSource`
          - `jouleHeatingSource`
        - New tutorial: `compressible/acousticFoam/obliqueAirJet`
      
      Signed-off-by: default avatarKutalmis Bercin <kutalmis.bercin@esi-group.com>
      bc430ccd
  2. Dec 09, 2020
  3. Dec 08, 2020
  4. Dec 07, 2020
  5. Dec 04, 2020