electric potential-comsol

Mesh generators, CAD programs, and other tools
Post Reply
raback
Site Admin
Posts: 4838
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: electric potential-comsol

Post by raback »

Hi

In Elmer

Code: Select all

$t0=1.23
$phimin=0.0
$phimax=1.0
Simulation
  Time Period = $2*t0 ! used to define periodic time
  ...
and

Code: Select all

Boundary Condition 1
  Potential = Variable "periodic time"
   Real
     $0.0   phimin  
     $t0    phimax
     $2*t0  phimin  
   End 
End 
In Comsol, I would not know.

-Peter
Post Reply