ReFRACtor
Python.factory.creator.absorber.AbsorberAbsco Class Reference
+ Inheritance diagram for Python.factory.creator.absorber.AbsorberAbsco:
+ Collaboration diagram for Python.factory.creator.absorber.AbsorberAbsco:

Public Member Functions

def __call__ (self, kwargs)
 
def create (self, kwargs)
 
def deregister_to_receive (self, RfType=None)
 
def param (self, param_name, kwargs)
 
def receive (self, rf_obj)
 
def register_parameter (self, param_name, param_def)
 
def register_to_receive (self, RfType)
 

Public Attributes

 common_store
 
 config_def
 
 parameters
 

Static Public Attributes

 altitude = param.ObjectVector("altitude")
 
 constants = param.InstanceOf(rf.Constant)
 
 default_gas_definition = param.Dict(required=False)
 
 gases = param.Iterable()
 
 num_sub_layers = param.Scalar(int, required=False)
 
 pressure = param.InstanceOf(rf.Pressure)
 
 temperature = param.InstanceOf(rf.Temperature)
 

Detailed Description

Definition at line 155 of file absorber.py.

Member Function Documentation

◆ __call__()

def Python.factory.creator.base.Creator.__call__ (   self,
  kwargs 
)
inherited
Turns creators into callables so that they can be evaluated by ConfigParam as any other callable without it
needing to know any details of this class.

Definition at line 164 of file base.py.

◆ create()

def Python.factory.creator.absorber.AbsorberAbsco.create (   self,
  kwargs 
)

Definition at line 166 of file absorber.py.

◆ deregister_to_receive()

def Python.factory.creator.base.Creator.deregister_to_receive (   self,
  RfType = None 
)
inherited

Definition at line 127 of file base.py.

◆ param()

def Python.factory.creator.base.Creator.param (   self,
  param_name,
  kwargs 
)
inherited

Definition at line 111 of file base.py.

◆ receive()

def Python.factory.creator.base.Creator.receive (   self,
  rf_obj 
)
inherited

Definition at line 156 of file base.py.

◆ register_parameter()

def Python.factory.creator.base.Creator.register_parameter (   self,
  param_name,
  param_def 
)
inherited

Definition at line 95 of file base.py.

◆ register_to_receive()

def Python.factory.creator.base.Creator.register_to_receive (   self,
  RfType 
)
inherited

Definition at line 122 of file base.py.

Member Data Documentation

◆ altitude

Python.factory.creator.absorber.AbsorberAbsco.altitude = param.ObjectVector("altitude")
static

Definition at line 161 of file absorber.py.

◆ common_store

Python.factory.creator.base.Creator.common_store
inherited

Definition at line 65 of file base.py.

◆ config_def

Python.factory.creator.base.Creator.config_def
inherited

Definition at line 71 of file base.py.

◆ constants

Python.factory.creator.absorber.AbsorberAbsco.constants = param.InstanceOf(rf.Constant)
static

Definition at line 163 of file absorber.py.

◆ default_gas_definition

Python.factory.creator.absorber.AbsorberAbsco.default_gas_definition = param.Dict(required=False)
static

Definition at line 164 of file absorber.py.

◆ gases

Python.factory.creator.absorber.AbsorberAbsco.gases = param.Iterable()
static

Definition at line 158 of file absorber.py.

◆ num_sub_layers

Python.factory.creator.absorber.AbsorberAbsco.num_sub_layers = param.Scalar(int, required=False)
static

Definition at line 162 of file absorber.py.

◆ parameters

Python.factory.creator.base.Creator.parameters
inherited

Definition at line 76 of file base.py.

◆ pressure

Python.factory.creator.absorber.AbsorberAbsco.pressure = param.InstanceOf(rf.Pressure)
static

Definition at line 159 of file absorber.py.

◆ temperature

Python.factory.creator.absorber.AbsorberAbsco.temperature = param.InstanceOf(rf.Temperature)
static

Definition at line 160 of file absorber.py.


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

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:14