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

Seacas issue again? Nalu nodal output failing again in Paraview #13795

Open
spdomin opened this issue Feb 10, 2025 · 5 comments
Open

Seacas issue again? Nalu nodal output failing again in Paraview #13795

spdomin opened this issue Feb 10, 2025 · 5 comments
Assignees
Labels
type: bug The primary issue is a bug in Trilinos code or tests

Comments

@spdomin
Copy link
Contributor

spdomin commented Feb 10, 2025

Nalu output and visualization is again broken - and it looks like a previous Seacas issue, @gsjaardema and/or @alanw0 👍

( 14.588s) [paraview ] vtkIOSSReader.cxx:458 ERR| Error reading entity block (or set) named 'block_1' from '/home/spdomin/myFile.e.4.0 skipping. Details: ERROR: Could not find field 'velocityx'

I am guessing this is due to that last Seacas snapshot that caused other issues?

@spdomin spdomin added the type: bug The primary issue is a bug in Trilinos code or tests label Feb 10, 2025
@spdomin
Copy link
Contributor Author

spdomin commented Feb 10, 2025

I think that this looks correct?

char coor_names(num_dim, len_name) ;
	coor_names:Field@velocity@type = 8 ;
	coor_names:Field@velocity_fa_one@type = 8 ;

@spdomin
Copy link
Contributor Author

spdomin commented Feb 10, 2025

Subject: Problem with output and viz in Paraview

Greetings,

I recently noticed (today) that in Paraview 5.13.0, I am not able to load in vector-based STK fields in addition to generic fields of a given length. However, in the previous Paraview release, I am able to viz all fields without issue. It is not clear to me if this is a STK or Paraview issue. I say this since Ensight is also acting strange in that the vector fields are not being loaded in automatically.

I see the following type of errors in Paraview:

( 85.251s) [paraview ] vtkIOSSReader.cxx:458 ERR| Error reading entity block (or set) named 'block_1' from '/home/spdomin/gitHubWork/naluAnalysis/asc_pem/3dFuelSpillNoEvap/output/3dFuelSpillNoEvap.e.15.16'; skipping. Details: ERROR: Could not find field 'velocityx'

@spdomin
Copy link
Contributor Author

spdomin commented Feb 13, 2025

Adding this for future reference:

  • Setting through environment variables on the command line via: export OUTPUT_FIELD_METADATA=NO
  • Programatically via: stkIoBroker.property_add(Ioss::Property("OUTPUT_FIELD_METADATA ", "NO"));

@gsjaardema
Copy link
Contributor

Modifying the previous future reference comment: To set the IOSS properties via an environment variable, the syntax would be:

export IOSS_PROPERTIES="OUTPUT_FIELD_METADATA=NO"

See https://sandialabs.github.io/seacas-docs/ioss_html/index.html#properties. The use of an environment variable is near the bottom of that page.

@gsjaardema gsjaardema self-assigned this Feb 18, 2025
@gsjaardema
Copy link
Contributor

@spdomin If you still have any of the files which were failing on ParaView, could you send me a copy to help debug the issue. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

No branches or pull requests

2 participants