next up previous
Next: Prophet Options Up: Prophet Commands Previous: SOLVE

SYSTEM Command

------------------------------------

Summary:

This command allows user to specify to Prophet a new system of partial differential equations (PDEs) and associated boundary conditions (BCs), interface constraints (ICs), and auxiliary functions. The PDE system description must be complete, including all necessary operators (PDE terms, BCs, ICs, and functions) needed to completely specify the system. If the geometric and physical operators known to Prophet are insufficient to fully describe the PDE system of interest, one or more new operator routines will have to be created and compiled into Prophet.

------------------------------------

Synopsis:

     system name=system_name
     +   sysvars=var1,var2,var3,...
     +   term0=R*geo_op.phy_op(in1,...|out1,...)@{region1,...}
     +   ...
     +   termNT-1=R*geo_op.phy_op(in1,...|out1,...)@{region1,...}
     +   tmpvars=tmp1,tmp2,tmp3,...
     +   func0=R*phy_op(in1,...|out1,...)@{region1,...}
     +   ...
     +   funcNF-1=R*phy_op(in1,...|out1,...)@{region1,...}
     +   init0=''field:expression''
     +   ...
     +   initN-1=''field:expression''
------------------------------------

Argument List:

------------------------------------

Argument Descriptions:

The following list itemizes the valid arguments, their units, and their meaning.

NAME: [string]

SYSVARS: [string] TERM0, TERM1, ...: [string] TMPVARS: [string] FUNC0, FUNC1, ...: [string] INIT0, INIT1, ...: [string]

Less Used System Commands

SPAWN: [string]

NFUNC: [integer] NTERM: [integer]

------------------------------------


next up previous
Next: Prophet Options Up: Prophet Commands Previous: SOLVE

Prophet Development
Mon Jul 1 14:45:00 PDT 2002