Using Dirac Kernel to apply values from VectorPostprocessor in 2D #24320
-
Hello, I need to sample along a line/side set in 2D. The sampled values would be applied in another system as a Dirac force. I have been able to do this in 1D by simple transfer, PointValueSampler and using FunctionDiracSource to use the sampled values. How can I do this for a 2D? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello There's a linevalueSampler vector postprocessor (VPP) to get the values on the line Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
There's a linevalueSampler vector postprocessor (VPP) to get the values on the line
Then there is https://mooseframework.inl.gov/source/dirackernels/ReporterPointSource.html
VPP are Reporters in the backend, you just need to pass the name_of_object slash name_of_vector to access the Reporter Name of a VPP
Guillaume