#include <transfer_actions.h>
|
| TemperatureTransfer_SF (SolidAgent *sag, FluidAgent *ag, const std::string s_Tf, const std::string fb_Tflm_alp, const std::string fn_Tb) |
|
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 199 of file transfer_actions.h.
Definition at line 969 of file transfer_actions.C.
References COM_assertion_msg, InterMeshTransfer::fagent, FluidAgent::fluidBufNG, Agent::get_surface_window(), Action::IN, Action::OUT, Agent::register_clone_attribute(), Action::set_attr(), and Action::set_io().
974 int io[] = {
IN,
OUT, OUT};
986 std::string::size_type pos = fn_Tb.find(
".");
988 std::string fn = fn_Tb.substr( 0, pos);
989 std::string Tb = fn_Tb.substr( pos, fn_Tb.size());
#define COM_assertion_msg(EX, msg)
void register_clone_attribute(int cond, std::string target_window_, std::string attr_, std::string parent_window_, std::string parent_attr_, int wg_=1, const char *ptnname_=0, int val_=0)
std::string get_surface_window() const
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 994 of file transfer_actions.C.
References bcflag_hdl, COM_get_function_handle(), f_Ts_hdl, InterMeshTransfer::fagent, fb_Tflm_hdl, FluidAgent::fluidBufNG, fn_Tb_hdl, Action::get_attribute_handle(), Agent::get_coupling(), Coupling::get_rocmancontrol_param(), InterMeshTransfer::load_rocface(), RFC_interpolate, RFC_transfer, and s_Ts_hdl.
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 1008 of file transfer_actions.C.
References bcflag_hdl, COM_call_function(), COM_copy_attribute(), f_Ts_hdl, InterMeshTransfer::fagent, fb_Tflm_hdl, fn_Tb_hdl, Agent::get_comm_rank(), MAN_DEBUG, RFC_transfer, and s_Ts_hdl.
void COM_call_function(const int wf, int argc,...)
void COM_copy_attribute(const char *wname, const char *attr, int wg=1, const char *ptnname=0, int val=0)
Copy an attribute onto another.
int get_comm_rank() const
The documentation for this class was generated from the following files: