BodyForce - edgeDOFs

General discussion about Elmer
Post Reply
spanda
Posts: 11
Joined: 19 Feb 2018, 14:24
Antispam: Yes

BodyForce - edgeDOFs

Post by spanda »

hi,
Can BodyForce be specified in Elmer using edge elements? So, just as the Boundary condition is specified in the form of edgeDOFs in SIF-file, the edgeDOFs for BodyForce would be specified in the SIF file in the same way.

I guess it would then look like this:

Body Force 1
   Name = "edgeDOFs_BF"
   Imposed_Bforce {e} 1 = Real 10.0
   Imposed_Bforce {e} 2 = Real 50.0
   Imposed_Bforce {e} 3 = Real 100.0
End

Is this possible? Although not written directly, the Solver Manual indicates that this is possible, but I am not currently in a position to check this directly on a simple simulation example.

thanks
Spanda
mika
Posts: 230
Joined: 15 Sep 2009, 07:44

Re: BodyForce - edgeDOFs

Post by mika »

Hi,

At the moment there is no utility which would create an edge element interpolant from the body force construct you assume. In general it would be good to have a subroutine for this task. I mention that the existing solvers which utilize edge finite elements have managed without having this utility by assuming a special form of the body force b as b = curl f and by applying integration by parts to the source term. But as said, it would be better to have an option to create the edge element interpolant of the data directly.

--Mika
Post Reply