[MPM] Output process for tracking material point element/condition#14226
Open
ncrescenzio wants to merge 31 commits intomasterfrom
Open
[MPM] Output process for tracking material point element/condition#14226ncrescenzio wants to merge 31 commits intomasterfrom
ncrescenzio wants to merge 31 commits intomasterfrom
Conversation
…point-output-process
…point-output-process
…point-output-process
…point-output-process
…process' into mpm/track-material-point-output-process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
This PR introduces two new output processes (
MPMPointOuputProcessandMPMMultiplePointsOutputProcess)) which enable writing data stored in material point (element/condition) variables to file. This feature thus allows users to monitor the evolution of specific material points during the simulation.The user provides:
For each specified point, the process:
BruteForceMaterialPointLocatorto search for the material point closest to the given coordinates.🆕 Changelog
BruteForceMaterialPointLocatorfor finding the material point element/condition closest to a given point by a specified tolerance value.test_material_point_locator.cpptest_material_point_locator.pygoogle benchmarks) added inKratos/applications/MPMApplication/benchmarks/brute_force_material_point_locator_benchmark.cppMPMPointOuputProcess: output process for writing data from a material point to a file.MPMMultiplePointsOutputProcess: output process for writing data from several material points to different files.test_mpm_point_output_process.pyKratos/docs/pages/Applications/MPM_Application/Output_Processes