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

Issue with VTK output file naming convention #16

Closed
mchurchf opened this issue Apr 20, 2017 · 8 comments
Closed

Issue with VTK output file naming convention #16

mchurchf opened this issue Apr 20, 2017 · 8 comments
Assignees

Comments

@mchurchf
Copy link

When you turn on the VTK output, the file naming convention is something like:
Model.AD_Blade1.t0.vtp
Model.AD_Blade1.t1.vtp
...
Model.AD_Blade1.tN.vtp

In order for Paraview to read in and animate the entire time series, the "t" should not be there. Instead, the filename should look like:
Model.AD_Blade1.0.vtp
Model.AD_Blade1.1.vtp
...
Model.AD_Blade1.N.vtp

@sayerhs
Copy link
Contributor

sayerhs commented Apr 20, 2017

@mchurchf Please see if #17 does what you are looking for. If you and @michaelasprague agree, I'll merge and update master and dev

@jjonkman
Copy link
Collaborator

jjonkman commented Apr 20, 2017

I'm not an expert in ParaView, but I've not seen any problems having the "t" when trying to animate as the *.t#.vtk files get sorted properly anyway. If this really is a problem, we'll not only have to change the visualization output from FAST, but we've used the same numbering convention for the ambient wind input to FAST.Farm (from ABLSolver) and the disturbed wind visualization output from FAST.Farm, which should be changed as well. We'll also have to change the documentation.

@gruchalla
Copy link

There are many ways to use ParaView. I think both xxx.t0.vtp and xxx.0.vtp will work in many instances. Although, xxx.0.vtp is a bit more standard and likely to be recognized by a wider range of use cases.

Also, it is generally a good idea to pad your time steps with 0 to facilitate sorting, e.g., xxx.0000.vtp ... xxx.9999.vtp vs xxx.0.vtp ... xxx.9999.vtp

@HaymanConsulting
Copy link
Contributor

I'm inclined to only make a change if someone can present a concrete use-case where the current naming convention is causing an issue.

@mchurchf
Copy link
Author

mchurchf commented May 5, 2017 via email

@michaelasprague
Copy link
Contributor

@ghaymanNREL -- can we make this change along with @gruchalla 's suggestion of padding with zeros, "e.g., xxx.0000.vtp ... xxx.9999.vtp vs xxx.0.vtp ... xxx.9999.vtp"

@rafmudaf
Copy link
Collaborator

rafmudaf commented May 30, 2018

@mschmidt271 and @rafmudaf are currently working on this. See pull request #116.

rafmudaf added a commit that referenced this issue Jul 18, 2018
Fixes issue #16 regarding VTK output file naming convention
@rafmudaf
Copy link
Collaborator

Fixed by pull request #126

andrew-platt referenced this issue in andrew-platt/openfast Jan 13, 2021
andrew-platt referenced this issue in andrew-platt/openfast Apr 2, 2021
mattEhall referenced this issue in mattEhall/openfast Oct 7, 2021
if there was more than one StC on the Nacelle, the loads were not summed. Only the loads from the last StC would be transferred from ServoDyn to ED.
ebranlard added a commit that referenced this issue Dec 1, 2021
Review of FAST.Farm Changes Regarding Polar to Rectangular Grid
pschuenemann pushed a commit to pschuenemann/openfast that referenced this issue Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants