Skip to content

Commit

Permalink
In work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Dec 19, 2023
1 parent f4ee95d commit 7b29fe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def __init__(self, mesh, subdomains, boundaries, thermalproblem):
self.inner_product_action = \
rbnicsx.backends.bilinear_form_action(self._inner_product,
part="real")
self.uT_func = dolfinx.fem.Function(self._thermalproblem._VT)
self._rho = 77106.
self._g = 9.8
self._T0 = 300.
Expand Down

0 comments on commit 7b29fe8

Please sign in to comment.