Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenFOAM workflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CoEC
OpenFOAM workflow
Commits
22f9a6c3
Commit
22f9a6c3
authored
1 year ago
by
Vitor Silva
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
548011d4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+51
-0
51 additions, 0 deletions
README.md
with
51 additions
and
0 deletions
README.md
0 → 100644
+
51
−
0
View file @
22f9a6c3
adiosFoam data dumper
=====================
The _dump-data_ script extracts OpenFOAM data stored in an ADIOS2 file generated by adiosFOAM.
Requirements
------------
data-dumper.py relies on standard Python imports and one extra plugin.
The extra plugin is provided by ADIOS2 in the standard installation.
More information on the plugin:
| Plugin | Reference |
| ------ | ------ |
| adios2 | [ADIOS2plugin] |
Usage
-----
```
bash
python dump-data.py
-c
/directory/openfoamcase
-t
'0.1 0.5 0.9'
```
Features
--------
-
Allow directory selection
-
Allow a list of time-steps to be selected (Python syntax)
Limitations
-----------
In practical aspects, only scalar and volumetric fields are extracted.
since _adiosFOAM_ relies on OpenFOAM decomposed cases thus the same applies
for the script: data is generated in decomposed form.
-
The script is mainly limited by _adiosFoam_ limitations [adiosFoam].
-
Need a decomposed case mesh (processor# directories)
## License
[
openfoam
]:
<
https://www.openfoam.com/
>
[
ADIOS2
]:
<
https://develop.openfoam.com/Community/adiosfoam
>
[
ADIOS2paper
]:
<
https://doi.org/10.1016/j.softx.2020.100561
>
[
ADIOS2plugin
]:
<
https://adios2.readthedocs.io/en/latest/api_full/api_full.html#python-bindings
>
[
adiosFoam
]:
<
http://daringfireball.net/projects/markdown/
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment