22 #ifndef FCS_MEMD_P_INCLUDED 23 #define FCS_MEMD_P_INCLUDED 25 #include "fcs_definitions.h" 54 fcs_int local_number_of_particles,
57 fcs_float temperature,
58 fcs_float permittivity
FCSResult fcs_fcs_memd_set_local_number_of_particles(FCS handle, fcs_int number_of_particles)
FCSResult fcs_fcs_memd_set_permittivity(FCS handle, fcs_float epsilon)
FCSResult fcs_fcs_memd_set_temperature(FCS handle, fcs_float temperature)
FCSResult fcs_fcs_memd_set_speed_of_light(FCS handle, fcs_float lightspeed)
FCSResult fcs_fcs_memd_set_mesh_size_1D(FCS handle, fcs_int mesh_size)
FCSResult fcs_fcs_memd_set_time_step(FCS handle, fcs_float timestep)
FCSResult fcs_fcs_memd_set_init_flag(FCS handle, fcs_int flagvalue)
public interface definitions for the FCSResult-object that is used for handling the return state of t...
FCSResult fcs_fcs_memd_set_bjerrum_length(FCS handle, fcs_float bjerrum)
struct FCSResult_t * FCSResult
FCSResult-object that is used for handling the return state of the ScaFaCoS library functions...
FCSResult fcs_fcs_memd_set_box_size(FCS handle, fcs_float length_x, fcs_float length_y, fcs_float length_z)
FCSResult fcs_fcs_memd_set_total_number_of_particles(FCS handle, fcs_int number_of_particles)
public interface definitions for the main solver-independent functionality of the ScaFaCoS library ...
struct fcs_memd_parameters_t * fcs_memd_parameters
struct _FCS_t * FCS
FCS-object representing an FCS solver.
FCSResult fcs_memd_setup(FCS handle, fcs_float box_size, fcs_float timestep, fcs_int local_number_of_particles, fcs_int mesh_size, fcs_float lightspeed, fcs_float temperature, fcs_float permittivity)
Function to set all memd parameters with a single call.