Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 415
    • Issues 415
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #574
Closed
Open
Issue created Aug 23, 2017 by Admin@OpenFOAM-adminMaintainer

Curle's analogy

I believe there is a mistake in the implemented acoustic analogy in OF-1706. The coefficient on the RHS should be 1/(4pi) instead of 4pi.

Probably change: pDash = 4*mathematical::pi/c0_ * (d/magSqr(d) & dfdt); to pDash = 1/4/mathematical::pi/c0_ * (d/magSqr(d) & dfdt);

Edited Aug 23, 2017 by Admin
Assignee
Assign to
Time tracking