Skip to content
Snippets Groups Projects
  1. Jun 18, 2020
    • Andrew Heather's avatar
      ENH: Updated Curle function object · ceed5377
      Andrew Heather authored
      The function object now computes the acoustic pressure at a list of user
      specified locations, or from the face centres of a user-supplied surface.
      When operating on an input surface, the output can be written back to the
      surface or as a list of point values.
      
      Example of function object specification:
      
          Curle1
          {
              type            Curle;
              libs            ("libfieldFunctionObjects.so");
              ...
              patches         (surface1 surface2);
              c0              330;
      
              // Input - either points or surface
      
              input           points;
              observerPositions ((0 0 0)(1 0 0));
      
              //input           surface;
              //surface         "inputSurface.obj"
      
              // Output - either points or surface
              output          points;
      
              //output          surface;
              //surfaceType     ensight;
          }
      
          Where the entries comprise:
              Property     | Description                  | Required | Default value
              type         |...
      ceed5377
  2. Jun 17, 2020
  3. Jun 16, 2020
  4. Jun 15, 2020
  5. Jun 12, 2020