Skip to content

How to output the nodal multi-variable value as CSV file? #29099

Discussion options

You must be logged in to vote

If you do what I mention here, you'll be down to 1 CSV file
add this:

[Positions]
  [all_mesh]
    type = QuadraturePointsPositions
  []

and this

[VectorPostprocessors]
  [point_sample]
    type = PositionsFunctorValueSampler
    functors = 'disp_x disp_y disp_z stress strain'
    positions = 'all_mesh'
    execute_on = TIMESTEP_END
  []
[]

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@GiudGiud
Comment options

@GiudGiud
Comment options

@Yulongggggg
Comment options

@GiudGiud
Comment options

Answer selected by Yulongggggg
@Yulongggggg
Comment options

@Yulongggggg
Comment options

@GiudGiud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants