Skip to content

Coupled equations formulation for non-linear problem involving interface curvature #908

Answered by guyer
plpiv asked this question in Q&A
Discussion options

You must be logged in to vote

I would think you could write

h_eq = TransientTerm(coeff=1., var=h) == DiffusionTerm(coeff= -gamma*h**3/(3*eta), var=kappa)
kappa_eq = ImplicitSourceTerm(coeff=1., var=kappa) == DiffusionTerm(coeff=1/numerix.sqrt(1 + (h.faceGrad.mag)**2), var=h)
eq = h_eq & kappa_eq

See, e.g, the coupled Cahn-Hilliard example.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by plpiv
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