Skip to content

Integration Point Outputs #12221

Closed Answered by rfaasse
muhammedfurkanyilmaz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @muhammedfurkanyilmaz,

Via the output_processes, you can specify which variables you would like to output. For the integration point results, you can specify the gauss_point_results. Here is an example of a gid_output process, which writes the results to an ASCII file. This will output the values through time of all integration points:

"output_processes": {
        "gid_output": [{
            "python_module": "gid_output_process",
            "kratos_module": "KratosMultiphysics",
            "process_name": "GiDOutputProcess",
            "Parameters":    {
                "model_part_name": "PorousDomain.porous_computational_model_part",
                "output_name": "1D-DynamicLoa…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@muhammedfurkanyilmaz
Comment options

Answer selected by muhammedfurkanyilmaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants