<div dir="ltr"><div>Dear all,<br><br></div>Could you please explain the "<b>GlobalTerm</b>" used in 2D capacitor formulation as below:<br><br><pre class="gmail-wiki">Formulation {
  
  { Name for_v ; Type FemEquation ;
    Quantity { 
      { Name v; Type Local;  NameOfSpace fs_vglob; }
      { Name Q; Type Global; NameOfSpace fs_vglob [GlobalElectricCharge]; }
      { Name V; Type Global; NameOfSpace fs_vglob [GlobalElectricPotential]; }
    }
    Equation {
      Galerkin { [ epsr[]*Dof{d v} , {d v} ] ; In Vol; Jacobian Vol ; Integration Int ; }
      // div epsr[] grad v=0

      GlobalTerm { [ -Dof{Q}/eps0 , {V} ] ; In Grouped ; }
    }
  }
}</pre><br><div>I understand that the aim is to calculate the voltage (v) and the Galerkin term implements the Laplace equation in weak form. But what does the GlobalTerm implement? The Grouped domain consists of the two plates (One plate is given a fixed voltage and the other plate is grounded). I also read from the example that the GlobalTerm is used when the variable to be calculated is constant throughout a region and also that the GlobalTerm do not perform integration. I hope my understanding is right. Please help me in understanding this further in this context. <br><br></div><div>Many thanks in advance.  <br></div><div><br clear="all"><div><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Regards,<div>Raghu</div></div></div></div>
</div></div></div>