SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Apply Fem Voltage Source Module


Chronological Thread 
  • From: David Weinstein <dmw@sci.utah.edu>
  • To: "ashok kumar" <spruceupak@hotmail.com>
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] Apply Fem Voltage Source Module
  • Date: Fri, 20 Feb 2004 10:49:39 -0700

Hi Ashok,

The InsertVoltageSource module creates a "Dirichlet" Property that gets stored with the Field -- in that Property, we store a list of nodes and values (potentials) that will be used as boundary conditions.

The ApplyFEMVoltageSource module then traverses that Dirichlet Property list -- for each node (i) that has been flagged as having a specified Dirichlet condition (u_i), we modify the stiffness matrix (a) and the right-hand side vector (f). The algorithm we have implemented for these modifications is described here:
        http://csep1.phy.ornl.gov/CSEP/BF/NODE10C.html

Cheers,
Dave


On Feb 19, 2004, at 7:00 AM, ashok kumar wrote:

sir,

I am interested in knowing what mathematical operations are going inside the applyfemvoltagesource module.

in my net the input to the applyfemvoltagesource module was the field from insertvoltagesource and the stiffness matrix .

how does the applyfemvoltagesource module produce the two output matrices Forward and Rhs matrix from the inputs above ,

please explain the technique which the module uses.

thanking you
yours sincerely

ashok

_________________________________________________________________
Masterpieces made affordable! Buy art prints. http://go.msnserver.com/IN/42736.asp MSN Shopping.

======================================================================= ====
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu ==
== for more details. ==
== Please acknowledge use of SCIRun in your papers and reports: ==
== see http://software.sci.utah.edu/scirun-biopse_citation.bib ==
======================================================================= ====

===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page