#include <transfer_actions.h>
Public Member Functions | |
TransferBurnRate_FS_ALE (FluidAgent *fag, SolidAgent *sag, const std::string b_rb, const std::string s_rb) | |
void | init (double t) |
void | run (double t, double dt, double alpha) |
Public Member Functions inherited from InterMeshTransfer | |
InterMeshTransfer (FluidAgent *fag, SolidAgent *sag, char *name=NULL) | |
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 | |
std::string | b_rb_str |
std::string | s_rb_str |
int | b_rb_hdl |
int | p_rb_hdl |
int | s_rb_hdl |
int | f_mdot_tmp_hdl |
int | fb_mdot_tmp_hdl |
int | RFC_transfer |
Additional Inherited Members | |
Protected Types inherited from Action | |
enum | { IN =1, OUT =2, INOUT =3 } |
Protected Member Functions inherited from InterMeshTransfer | |
void | load_rocface (const RocmanControl_parameters *param) |
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 InterMeshTransfer | |
FluidAgent * | fagent |
SolidAgent * | sagent |
Protected Attributes inherited from Action | |
char * | action_name |
char ** | attr |
int * | idx |
int | count |
void * | usr_ptr |
std::vector< int > | inout |
Definition at line 176 of file transfer_actions.h.
|
explicit |
Definition at line 859 of file transfer_actions.C.
References Action::IN, Action::OUT, Action::set_attr(), and Action::set_io().
|
virtual |
Reimplemented from Action.
Definition at line 874 of file transfer_actions.C.
References b_rb_hdl, COM_get_attribute_handle(), COM_get_function_handle(), f_mdot_tmp_hdl, InterMeshTransfer::fagent, fb_mdot_tmp_hdl, FluidAgent::fluidBufB, FluidAgent::fluidBufNG, Action::get_attribute_handle(), Agent::get_coupling(), Coupling::get_rocmancontrol_param(), InterMeshTransfer::load_rocface(), p_rb_hdl, RocmanControl_parameters::PROP_fom, SolidAgent::propBuf, SolidAgent::propBufAll, RFC_transfer, s_rb_hdl, InterMeshTransfer::sagent, and SolidAgent::withALE.
|
virtual |
Reimplemented from Action.
Definition at line 893 of file transfer_actions.C.
References b_rb_hdl, COM_call_function(), RocBlas::copy, RocBlas::copy_scalar, f_mdot_tmp_hdl, fb_mdot_tmp_hdl, MAN_DEBUG, p_rb_hdl, RFC_transfer, s_rb_hdl, InterMeshTransfer::sagent, and SolidAgent::withALE.
|
private |
Definition at line 183 of file transfer_actions.h.
|
private |
Definition at line 182 of file transfer_actions.h.
|
private |
Definition at line 183 of file transfer_actions.h.
|
private |
Definition at line 183 of file transfer_actions.h.
|
private |
Definition at line 183 of file transfer_actions.h.
|
private |
Definition at line 184 of file transfer_actions.h.
|
private |
Definition at line 183 of file transfer_actions.h.
|
private |
Definition at line 182 of file transfer_actions.h.