-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation mobility model, cahn-hilliard filtering #1016
Conversation
@@ -20,57 +20,66 @@ | |||
#include <core/interface_property_model.h> | |||
|
|||
/** | |||
* @brief Abstract class that allows to calculate the | |||
* mobility for the Cahn-Hilliard-Navier-Stokes equations. | |||
* @brief Implementation of a general case computation of the mobility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by general case here? It's a bit hard to understand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There exist different models to compute the mobility, that is what I mean. I'll write it to clarify
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I'll just remove the "general case", it is not required
4e02d9e
to
8927e1f
Compare
Description of the problem Documentation for the mobility models and phase filtering for Cahn-Hilliard equations Former-commit-id: ad73849
Description of the problem