Skip to content
Snippets Groups Projects
  • Mark OLESEN's avatar
    fd82f3e4
    ENH: distinguish between compressible/incompressible coded source · fd82f3e4
    Mark OLESEN authored
    - previously had codeAddSup used for both incompressible and
      compressible source terms. However, it was not actually possible to
      use it for compressible sources since any references to the 'rho'
      parameter would cause a compilation error for the incompressible case.
    
      Added 'codeAddSupRho' to distinguish the compressible case.
      User must supply one or both of them on input.
    fd82f3e4
    History
    ENH: distinguish between compressible/incompressible coded source
    Mark OLESEN authored
    - previously had codeAddSup used for both incompressible and
      compressible source terms. However, it was not actually possible to
      use it for compressible sources since any references to the 'rho'
      parameter would cause a compilation error for the incompressible case.
    
      Added 'codeAddSupRho' to distinguish the compressible case.
      User must supply one or both of them on input.