Namespace carbchemprocesscreator_mod¶
Namespace List > carbchemprocesscreator_mod
Public Functions¶
| Type | Name |
|---|---|
| subroutine, public | create_carbchem_process (class(processinterface), intent(out), allocatable process, integer, intent(out) rc) Create a new carbchem process instance. |
| subroutine, public | get_carbchem_default_config (character(len=*), intent(out) config_data) Get default configuration for carbchem process. |
| subroutine, public | register_carbchem_process (type(processmanagertype), intent(inout) process_mgr, integer, intent(out) rc) Register the carbchem process with a ProcessManager. |
Public Functions Documentation¶
function create_carbchem_process¶
Create a new carbchem process instance.
subroutine, public carbchemprocesscreator_mod::create_carbchem_process (
class( processinterface ), intent(out), allocatable process,
integer, intent(out) rc
)
This factory function creates and returns a new instance of the carbchem process. The process is not initialized - the caller must call the init() method with appropriate configuration.
Parameters:
processAllocated process instancercReturn code
function get_carbchem_default_config¶
Get default configuration for carbchem process.
subroutine, public carbchemprocesscreator_mod::get_carbchem_default_config (
character(len=*), intent(out) config_data
)
This function returns a default configuration string that can be used to initialize the carbchem process with reasonable defaults.
Parameters:
config_dataDefault configuration string
function register_carbchem_process¶
Register the carbchem process with a ProcessManager.
subroutine, public carbchemprocesscreator_mod::register_carbchem_process (
type( processmanagertype ), intent(inout) process_mgr,
integer, intent(out) rc
)
This subroutine registers the carbchem process with a ProcessManager's factory. This is the correct way to register processes for use in applications and integration tests.
Parameters:
process_mgrThe ProcessManager to register withrcReturn code
The documentation for this class was generated from the following file src/process/carbchem/CarbChemProcessCreator_Mod.F90