-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
FESTIM/src/festim/hydrogen_transport_problem.py
Lines 872 to 874 in b09927e
| advection_term = ufl.inner(ufl.dot(ufl.grad(conc), vel), v) * self.dx( | |
| adv_term.subdomain.id | |
| ) |
Should be
advection_term = -ufl.inner(vel * conc, ufl.grad(v))*self.dx(adv_term.subdomain_id)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels