Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fb-EDEN-2741-update…
Browse files Browse the repository at this point in the history
…-scipy-and-numpy
  • Loading branch information
eniohayashi committed Jan 29, 2025
2 parents 8eb157e + 4a3ad24 commit 02e2ee3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/alfasim_sdk/alfasim_sdk_api/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,13 @@ DLL_EXPORT int get_tracer_name(void* ctx, char* out, void* reference, int size);

/*!
Gets the tracer reference for a given tracer name. This function is important to obtain the
tracer reference of a user defined tracer added by the plugin.
tracer reference of a user defined tracer added by the plugin or tracers already defined by ALFAsim.
PVT Combined Models will create tracers with their names equals to the fluids names inside the model.
Example of usage:
~~~~~{.cpp}
errcode = get_tracer_ref_by_name(ctx, &tracer_ref, "Combined Fluid 1", plugin_id);
~~~~~
@param[in] ctx ALFAsim's plugins context.
@param[out] reference Tracer reference.
Expand Down

0 comments on commit 02e2ee3

Please sign in to comment.