Skip to content
Snippets Groups Projects
  1. Nov 15, 2019
  2. Nov 13, 2019
  3. Nov 14, 2019
  4. Nov 13, 2019
  5. Nov 11, 2019
  6. Nov 12, 2019
  7. Nov 11, 2019
  8. Nov 01, 2019
  9. Oct 22, 2019
    • Andrew Heather's avatar
      ENH: Pressure function object - added optional inclusion of hydrostatic pressure · 186b0350
      Andrew Heather authored
      Example - create p-rgh from p:
      
          pressure-p-rgh
          {
              type            pressure;
              libs            (fieldFunctionObjects);
              writeControl    writeTime;
              mode            static;
              rho             rhoInf;
              rhoInf          1;
              hydrostaticMode subtract;
              g               (0 -9.81 0);
              hRef            0;
          }
      
      - the hydrostaticMode entry is optional - setting is shown during construction
      - g and/or hRef values are retrieved from the database if not specified
      186b0350
  10. Nov 01, 2019
  11. Nov 11, 2019
  12. Nov 10, 2019
  13. Nov 11, 2019
  14. Nov 10, 2019
  15. Nov 09, 2019
  16. Aug 23, 2019