|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
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... | |
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.
| 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.
| 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.
| 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.
| procedure camp_rxn_factory::rxn_factory_t::get_type |
Get the reaction type.
Definition at line 241 of file rxn_factory.F90.
| 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.
| 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.
| 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.