Skip to content
Snippets Groups Projects
  1. Nov 22, 2021
  2. Jul 16, 2021
    • sergio's avatar
      ENH: kinematicParcelFoam: new solver and tutorial · a9aa6cb0
      sergio authored and Sergio Ferraris's avatar Sergio Ferraris committed
      The original thermoSurfaceFilm sub-models were divided between kinematicSurfaceFilm and thermoSurfaceFilm in order to use the surfaceFilm model in a kinematicCloud.
      
      The film interaction models are now in a kinematicSurface class which can be used in a kinematic cloud adding constant thermal properties (p and T) for some sub-models, e.g. drySplashInteraction/wetSplashInteraction.
      
      pRef and Tref were added to the kinematicSurfaceFilm as entry to the regionFilm when used with a kinematic cloud.
      
      In the finite area surface film model Tref, pRef are stored in filmSubModelBase.
      
      TUT: kinematicParcelFoam: new tutorial pitzDailySprinkles
      a9aa6cb0
  3. Jun 28, 2021
  4. Jun 10, 2021
    • Mark OLESEN's avatar
      ENH: more flexible finiteArea patch selection (#2084) · 239a7884
      Mark OLESEN authored
      - support wordRes for selecting patch names
      
      - ownerPolyPatch specification is now optional, which simplifies input
        and also supports a faMesh spanning different patches but with a
        single boundary condition.
      
        Alternatively, can specify more granularity if required.
      
        ```
        polyMeshPatches  ( "top.*" );
      
        boundary
        {
            inlet1
            {
                type patch;
                ownerPolyPatch top1;    // <- specific to this portion
                neighbourPolyPatch inlet;
            }
            inlet2
            {
                type patch;
                ownerPolyPatch top2;    // <- specific to this portion
                neighbourPolyPatch inlet;
            }
            outlet
            {
                type patch;
                neighbourPolyPatch outflow;
            }
            bound
            {
                type symmetry;
                neighbourPolyPatch bound;
            }
        }
        ```
      239a7884
  5. May 27, 2021
  6. Dec 23, 2020
  7. Jun 29, 2020
  8. Dec 23, 2019
  9. Jun 25, 2019
  10. Dec 19, 2018
  11. Jun 28, 2018
  12. Sep 27, 2017
  13. Sep 15, 2017