Potential Condition in Electrostatics

Numerical methods and mathematical models of Elmer
Post Reply
Wil
Posts: 72
Joined: 10 Jan 2014, 13:26
Antispam: Yes
Location: Austria

Potential Condition in Electrostatics

Post by Wil »

Hello,

I just stumbled over the input field "Potential Condition" in the boundary conditions for Electrostatics.
Since I could not find any hints (in the forum and in the pdfs for solver and tutorials) what this is for, can you please point me into the right direction?

BR,
Wil
raback
Site Admin
Posts: 4828
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Potential Condition in Electrostatics

Post by raback »

Hi

To give Dirichlet condition you would simply give a value, say

Code: Select all

Temperature = 1.23
However, sometimes you don't want to give the condition over the whole boundary. Fox example, when setting Temperature in a CFD case you should only set it for inflow, not for outflow. Then you can use the condition and the Dirichlet condition only applies to the positive values of the condition. For example,

Code: Select all

Temperature Condition = Equals "Velocity 1"
would apply the BC only when x-velocity is positive.

For electrostatics potential it is more difficult to come up with an example but the logic is the same.

-Peter
Wil
Posts: 72
Joined: 10 Jan 2014, 13:26
Antispam: Yes
Location: Austria

Re: Potential Condition in Electrostatics

Post by Wil »

Thank you! No questions left 8-) .

BR,
HoWil
Post Reply