CAMP 1.0.0
Chemistry Across Multiple Phases
Public Member Functions | List of all members
camp_rxn_factory::rxn_factory_t Type Reference

Factory type for chemical reactions. More...

Public Member Functions

procedure create
 Create a new chemical reaction by type name. More...
 
procedure load
 Create a new chemical reaction from input data. More...
 
procedure get_type
 Get the reaction type. More...
 
procedure initialize_update_data
 Get a new update data object. More...
 
procedure pack_size
 Determine the number of bytes required to pack a given reaction. More...
 
procedure bin_pack
 Pack a given reaction to the buffer, advancing the position. More...
 
procedure bin_unpack
 Unpack a reaction from the buffer, advancing the position. More...
 

Detailed Description

Factory type for chemical reactions.

Provides new instances of types extending rxn_data_t by name or from input file data

Definition at line 234 of file rxn_factory.F90.

Member Function/Subroutine Documentation

◆ bin_pack()

procedure camp_rxn_factory::rxn_factory_t::bin_pack

Pack a given reaction to the buffer, advancing the position.

Definition at line 247 of file rxn_factory.F90.

◆ bin_unpack()

procedure camp_rxn_factory::rxn_factory_t::bin_unpack

Unpack a reaction from the buffer, advancing the position.

Definition at line 249 of file rxn_factory.F90.

◆ create()

procedure camp_rxn_factory::rxn_factory_t::create

Create a new chemical reaction by type name.

Definition at line 237 of file rxn_factory.F90.

◆ get_type()

procedure camp_rxn_factory::rxn_factory_t::get_type

Get the reaction type.

Definition at line 241 of file rxn_factory.F90.

◆ initialize_update_data()

procedure camp_rxn_factory::rxn_factory_t::initialize_update_data

Get a new update data object.

Definition at line 243 of file rxn_factory.F90.

◆ load()

procedure camp_rxn_factory::rxn_factory_t::load

Create a new chemical reaction from input data.

Definition at line 239 of file rxn_factory.F90.

◆ pack_size()

procedure camp_rxn_factory::rxn_factory_t::pack_size

Determine the number of bytes required to pack a given reaction.

Definition at line 245 of file rxn_factory.F90.


The documentation for this type was generated from the following file: