#include <basic_actions.h>


Public Member Functions | |
| ComputeBurnPane (FluidAgent *ag, BurnAgent *bag, SolidAgent *sag, const std::string fb_mdot_alp, const std::string rhofvf_alp, double z) | |
| void | init (double t) |
| void | run (double t, double dt, double alpha) |
Public Member Functions inherited from Action | |
| Action (void *p=0, char *name=NULL) | |
| Action (int n, const char *at[], int *i=NULL, void *p=0, char *name=NULL) | |
| Action (int n, const std::string at[], int *i=NULL, void *p=0, char *name=NULL) | |
| virtual | ~Action () |
| virtual void | declare (Scheduler &) |
| virtual void | finalize () |
| virtual char * | name () |
| void | set_name (const char *name) |
| virtual void | print (FILE *f) |
| virtual void | print_toposort (FILE *f) |
| virtual void | schedule () |
Private Attributes | |
| FluidAgent * | fagent |
| BurnAgent * | bagent |
| SolidAgent * | sagent |
| double | zoom |
| int | b_rb_alp_hdl |
| int | fb_rhof_alp_hdl |
| int | fb_mdot_alp_hdl |
| int | fb_nf_alp_hdl |
| int | fb_rhofvf_alp_hdl |
Additional Inherited Members | |
Protected Types inherited from Action | |
| enum | { IN =1, OUT =2, INOUT =3 } |
Protected Member Functions inherited from Action | |
| int | get_attribute_handle (int i) |
| int | get_attribute_handle_const (int i) |
| int | get_attribute_handle (const std::string str) |
| void | set_attr (int n, const std::string at[], int *id=NULL) |
| void | set_attr (int n, const char *at[], int *id=NULL) |
| void | set_io (int n, const int *io) |
| void | set_io (const char *io) |
| int | get_io (int i) |
Protected Attributes inherited from Action | |
| char * | action_name |
| char ** | attr |
| int * | idx |
| int | count |
| void * | usr_ptr |
| std::vector< int > | inout |
Definition at line 223 of file basic_actions.h.
| ComputeBurnPane | ( | FluidAgent * | ag, |
| BurnAgent * | bag, | ||
| SolidAgent * | sag, | ||
| const std::string | fb_mdot_alp, | ||
| const std::string | rhofvf_alp, | ||
| double | z | ||
| ) |
Definition at line 772 of file basic_actions.C.
References Action::IN, Action::OUT, Action::set_attr(), and Action::set_io().

|
virtual |
Reimplemented from Action.
Definition at line 788 of file basic_actions.C.
References b_rb_alp_hdl, bagent, COM_get_attribute_handle(), fagent, fb_mdot_alp_hdl, fb_nf_alp_hdl, fb_rhof_alp_hdl, fb_rhofvf_alp_hdl, FluidAgent::fluidBufB, Action::get_attribute_handle(), and BurnAgent::iburn_ng.

|
virtual |
Reimplemented from Action.
Definition at line 798 of file basic_actions.C.
References RocBlas::axpy, b_rb_alp_hdl, COM_call_function(), fb_mdot_alp_hdl, fb_nf_alp_hdl, fb_rhof_alp_hdl, fb_rhofvf_alp_hdl, MAN_DEBUG, RocBlas::mul, RocBlas::neg, sagent, RocBlas::sub, SolidAgent::withALE, and zoom.

|
private |
Definition at line 233 of file basic_actions.h.
|
private |
Definition at line 230 of file basic_actions.h.
Referenced by init().
|
private |
Definition at line 229 of file basic_actions.h.
Referenced by init().
|
private |
Definition at line 233 of file basic_actions.h.
|
private |
Definition at line 234 of file basic_actions.h.
|
private |
Definition at line 233 of file basic_actions.h.
|
private |
Definition at line 234 of file basic_actions.h.
|
private |
Definition at line 231 of file basic_actions.h.
Referenced by run().
|
private |
Definition at line 232 of file basic_actions.h.
Referenced by run().