#1 Power Value from voltage and current

Open
opened 2 years ago by gmarx · 2 comments
gmarx commented 2 years ago
Owner
There is no content yet.
gmarx added this to the Gauss milestone 2 years ago
gmarx self-assigned this 2 years ago
gmarx added this to the Coupling Temperature project 2 years ago
gmarx added the
task
label 2 years ago
gmarx commented 2 years ago
Poster
Owner

The Gauss' law was solved and its solution on u must be used to compute its gradients. This part was done following the example on point 1.1.9 Computing derivatives in document fenics-manual and by using

grad_u = project(grad(u), VectorFunctionSpace(mesh, "Lagrange", 1))

The next step is to compute the flux by integrating

The Gauss' law was solved and its solution on `u` must be used to compute its gradients. This part was done following the example on point 1.1.9 Computing derivatives in document `fenics-manual` and by using ```python grad_u = project(grad(u), VectorFunctionSpace(mesh, "Lagrange", 1)) ``` The next step is to compute the flux by integrating
gmarx commented 2 years ago
Poster
Owner

![](http://gmarxcc.com:8088/attachments/d866ca32-45f6-445d-b949-dfcccc9cbb55)
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.