Skip to content

"Wrong" normal #24

Closed
Closed
@santiagobadia

Description

@santiagobadia

Hi @oriolcg

I think that it is far better to always put the normal before the stress tensor, i.e., n * sigma instead of sigma * n. The reason is that it comes from the integration by parts formula and Gauss theorem, and for non-symmetric second order tensors, the result is different. For instance, if you use a vector Laplacian instead of a Laplacian and you have written your fluxes as grad(u) * n, if you move to vectors, this is an error.

I know that for your fluid, solid, and FSI problems it is not an issue, but I think it is good practise. Could you change the tutorials accordignly? Both the one already in the main branch and the one to the merge?

Thanks!

Activity

oriolcg

oriolcg commented on Jun 9, 2020

@oriolcg
Member

Sure! I can take care of that.

oriolcg

oriolcg commented on Jun 10, 2020

@oriolcg
Member

Done in the latest commits of PR #23 and PR #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @oriolcg@santiagobadia

        Issue actions

          "Wrong" normal · Issue #24 · gridap/Tutorials