#19: Peclet number
---------------------+------------------------------------------------------
Reporter: jguyer | Owner: nobody
Type: defect | Status: assigned
Priority: 5 | Component: None
Version: None | Severity: Private
Resolution: None | Keywords:
---------------------+------------------------------------------------------
Comment (by wd15):
The BinaryTerms should consolidate terms of different types: all 2nd order
DiffusionTerms, all ConvectionTerms, etc. When solve() or sweep() is
called, _buildMatrix() can then determine the Peclet number for the
equation as a whole and pass it to each Term. Most Terms will ignore it,
but ConvectionTerms will use as they see fit.
Note, the ConvectionTerms must all be the same type. E.g., it doesn't mean
anything(?) to add a PowerLawConvectionTerm to an UpwindConvectionTerm.
--
Ticket URL: <http://matdl-osi.org:9000/fipy/ticket/19>
FiPy <http://www.ctcms.nist.gov/fipy>
A Finite Volume PDE Solver Using Python