#include <transfer_actions.h>
|
| TransferSolidDensity (FluidAgent *fag, SolidAgent *sag, const std::string s_rhos, const std::string f_rhos) |
|
void | init (double t) |
|
void | run (double t, double dt, double alpha) |
|
| InterMeshTransfer (FluidAgent *fag, SolidAgent *sag, char *name=NULL) |
|
| 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 () |
|
Definition at line 163 of file transfer_actions.h.
Definition at line 812 of file transfer_actions.C.
References COM_DOUBLE, InterMeshTransfer::fagent, FluidAgent::fluidBufNG, Action::IN, Action::OUT, Agent::register_new_attribute(), Action::set_attr(), and Action::set_io().
817 int io[] = {
IN,
OUT};
void register_new_attribute(std::string target_window_, std::string attr_, char loc_, int type_, int ncomp_, const char *unit_)
void set_io(int n, const int *io)
InterMeshTransfer(FluidAgent *fag, SolidAgent *sag, char *name=NULL)
void set_attr(int n, const std::string at[], int *id=NULL)
Reimplemented from Action.
Definition at line 833 of file transfer_actions.C.
References COM_get_function_handle(), f_rhos_hdl, InterMeshTransfer::fagent, Action::get_attribute_handle(), Agent::get_coupling(), Coupling::get_rocmancontrol_param(), InterMeshTransfer::load_rocface(), MAN_DEBUG, RFC_transfer, and s_rhos_hdl.
834 MAN_DEBUG(3, (
"Rocstar: TransferSolidDensity::init() with t:%e.\n", t));
void load_rocface(const RocmanControl_parameters *param)
int get_attribute_handle(int i)
Coupling * get_coupling()
const RocmanControl_parameters * get_rocmancontrol_param()
int COM_get_function_handle(const char *wfname)
void run |
( |
double |
t, |
|
|
double |
dt, |
|
|
double |
alpha |
|
) |
| |
|
virtual |
Reimplemented from Action.
Definition at line 843 of file transfer_actions.C.
References COM_call_function(), RocBlas::copy, f_rhos_hdl, InterMeshTransfer::fagent, Agent::get_coupling(), Coupling::initial_start(), MAN_DEBUG, RFC_transfer, SolidAgent::rhos_mode, s_rhos_hdl, and InterMeshTransfer::sagent.
846 MAN_DEBUG(3, (
"Rocstar: TransferSolidDensity::run() with rhs_mode=%d t:%e dt:%e alpha:%e.\n", rhos_mode, t, dt, alpha));
852 else if (rhos_mode == 3)
Coupling * get_coupling()
void COM_call_function(const int wf, int argc,...)
int initial_start() const
The documentation for this class was generated from the following files: