Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting surface pressures #37

Open
khalils2 opened this issue Dec 3, 2024 · 3 comments
Open

Extracting surface pressures #37

khalils2 opened this issue Dec 3, 2024 · 3 comments

Comments

@khalils2
Copy link

khalils2 commented Dec 3, 2024

I am trying to extract surface pressure using CAPE version 1.2.2. When I run pyfun –pt pMap it is saying there are not enough iterations. The case folders contains the boundary*plt file which has a timestep appended to the file name. Below is how i have defined the databook component. I have also tried this with CAPE 1.0 and seems to work fine

        "pMap":{
            "Type": "TriqPoint",
            "Points": ["p100", "p101", "p102", "p103", "p104", "p105", "p106", "p107", "p108", "p109", "p110"]
        },
@nasa-ddalle
Copy link
Collaborator

Ok, definitely seeing this issue now and working on it. The DataBook update function is not correctly detecting what iteration the triq file was generated at.

nasa-ddalle added a commit that referenced this issue Dec 4, 2024
@nasa-ddalle
Copy link
Collaborator

Ok, I think it has been addressed in both main and v1.2. New wheels coming soon. As an important side effect of this update, you can now run with .szplt files! No longer required to run --plt_tecplot_output, although you might choose to do so anyway.

@farhansadikgalib
Copy link

Ok, I think it has been addressed in both main and v1.2. New wheels coming soon. As an important side effect of this update, you can now run with .szplt files! No longer required to run --plt_tecplot_output, although you might choose to do so anyway.

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

No branches or pull requests

3 participants