From 58822204a674eb1c2c743ef0a3e0e60a29427184 Mon Sep 17 00:00:00 2001 From: jhdark Date: Mon, 29 Jun 2026 14:57:07 -0400 Subject: [PATCH] test --- src/festim/advection.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/festim/advection.py b/src/festim/advection.py index 10081f823..ad22fa783 100644 --- a/src/festim/advection.py +++ b/src/festim/advection.py @@ -17,6 +17,8 @@ class AdvectionTerm: subdomain: the volume subdomain where the velocity is to be applied species: the species to which the velocity field is acting on + I want this in too + attributes: velocity: the velocity field or function subdomain: the volume subdomain where the velocity is to be applied