#include <basic_actions.h>
Public Member Functions | |
ComputeFluidLoad_ALE (FluidAgent *fag, SolidAgent *sag, const std::string f_pf, const std::string fb_mdot, const std::string b_rb, const std::string f_ts) | |
void | init (double t) |
void | run (double t, double dt, double alpha) |
![]() | |
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 | |
int | traction_mode |
FluidAgent * | fagent |
SolidAgent * | sagent |
int | f_pf_hdl |
int | f_tf_hdl |
int | f_ts_hdl |
int | fb_ts_hdl |
int | fb_pf_hdl |
int | fb_mdot_hdl |
int | fb_rhof_alp_hdl |
int | fb_mdot_tmp_hdl |
int | b_rb_hdl |
int | fb_nf_alp_hdl |
int | fb_tf_hdl |
Additional Inherited Members | |
![]() | |
enum | { IN =1, OUT =2, INOUT =3 } |
![]() | |
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) |
![]() | |
char * | action_name |
char ** | attr |
int * | idx |
int | count |
void * | usr_ptr |
std::vector< int > | inout |
Definition at line 132 of file basic_actions.h.
|
explicit |
Definition at line 181 of file basic_actions.C.
References COM_DOUBLE, fagent, Agent::get_coupling(), Coupling::get_rocmancontrol_param(), Agent::get_surface_window(), FluidAgent::ifluid_i, Action::IN, NO_SHEER, Action::OUT, Agent::register_clone_attribute(), Agent::register_new_attribute(), sagent, Action::set_attr(), Action::set_io(), SolidAgent::solidBufBase, RocmanControl_parameters::traction_mode, and traction_mode.
|
virtual |
Reimplemented from Action.
Definition at line 215 of file basic_actions.C.
References b_rb_hdl, COM_get_attribute_handle(), COM_get_attribute_handle_const(), f_pf_hdl, f_tf_hdl, f_ts_hdl, fagent, fb_mdot_hdl, fb_mdot_tmp_hdl, fb_nf_alp_hdl, fb_pf_hdl, fb_rhof_alp_hdl, fb_tf_hdl, fb_ts_hdl, FluidAgent::fluidBufB, FluidAgent::fluidBufNG, Action::get_attribute_handle(), Action::get_attribute_handle_const(), MAN_DEBUG, NO_SHEER, and traction_mode.
|
virtual |
Reimplemented from Action.
Definition at line 246 of file basic_actions.C.
References b_rb_hdl, COM_call_function(), RocBlas::copy, RocBlas::div, f_pf_hdl, f_tf_hdl, f_ts_hdl, fagent, fb_mdot_hdl, fb_mdot_tmp_hdl, fb_nf_alp_hdl, fb_pf_hdl, fb_rhof_alp_hdl, fb_tf_hdl, fb_ts_hdl, Agent::get_coupling(), Coupling::get_rocmancontrol_param(), MAN_DEBUG, RocBlas::mul, NO_SHEER, RocmanControl_parameters::P_ambient, sagent, RocBlas::sub, RocBlas::sub_scalar, traction_mode, and SolidAgent::withALE.
|
private |
Definition at line 144 of file basic_actions.h.
|
private |
Definition at line 141 of file basic_actions.h.
|
private |
Definition at line 141 of file basic_actions.h.
|
private |
Definition at line 141 of file basic_actions.h.
|
private |
Definition at line 139 of file basic_actions.h.
Referenced by ComputeFluidLoad_ALE(), init(), and run().
|
private |
Definition at line 143 of file basic_actions.h.
|
private |
Definition at line 143 of file basic_actions.h.
|
private |
Definition at line 144 of file basic_actions.h.
|
private |
Definition at line 142 of file basic_actions.h.
|
private |
Definition at line 143 of file basic_actions.h.
|
private |
Definition at line 144 of file basic_actions.h.
|
private |
Definition at line 142 of file basic_actions.h.
|
private |
Definition at line 140 of file basic_actions.h.
Referenced by ComputeFluidLoad_ALE(), and run().
|
private |
Definition at line 138 of file basic_actions.h.
Referenced by ComputeFluidLoad_ALE(), init(), and run().