Skip to content

added linAlg4Foam #13

Open
mahmudulh-tamim wants to merge 5 commits intomainfrom
add-linAlg4Foam
Open

added linAlg4Foam #13
mahmudulh-tamim wants to merge 5 commits intomainfrom
add-linAlg4Foam

Conversation

@mahmudulh-tamim
Copy link
Copy Markdown
Collaborator

I have added the linAlg4Foam tool to the tools directory. This tool, developed by Dr. Krpan, enables linear algebra operations on OpenFOAM simulation snapshots.

Key capabilities include:

  • Computing linear combinations of snapshots
  • Finding maximum and minimum positions and values within snapshots (either for internal field only, or for both internal field and boundary values)
  • Sampling field values at specific points or sensor locations

The tool leverages OpenFOAM's function object feature to perform the necessary operations on simulation snapshots. It consists of two main components:

  1. Python driver: Contains basicFunctions.py and linAlg4Foam.py
  2. OpenFOAM utilities: Includes function objects and a template controlDict

@mahmudulh-tamim mahmudulh-tamim linked an issue Jun 18, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@rokkrpan rokkrpan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just commented what I mentioned at the meeting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add linAlg4Foam tool in the tools directory

3 participants