new BmiHeat()
- Source
Extends
Methods
(static) finalize()
Finilizes a model.
- Source
(static) get_component_name()
Returns model name
- Source
(static) get_input_item_count()
Returns the count of all input variable names.
- Source
(static) get_output_item_count()
Returns the count of all output variable names.
- Source
(static) initialize(configFile)
Parameters:
Name | Type | Description |
---|---|---|
configFile | String | path to json file Model control function |
- Source
(static) update()
Updates the current model using the advance in time method.
- Source
(static) update_until()
Updates the model using the define time step previous to finilizing the model.
- Source
(private, static) updateFrac(timeFrac)
A helper for updating a model to a fractional time step.
Parameters:
Name | Type | Description |
---|---|---|
timeFrac |
- Source
get_current_time()
- Source
get_end_time()
- Source
get_grid_edge_count()
Not implemented for Heat
- Source
get_grid_edge_nodes()
Not implemented for Heat
- Source
get_grid_face_count()
Not implemented for Heat
- Source
get_grid_face_edges()
Not implemented for Heat
- Source
get_grid_face_nodes()
Not implemented for Heat
- Source
get_grid_node_count()
Not implemented for Heat
- Source
get_grid_nodes_per_face()
Not implemented for Heat
- Source
get_grid_origin()
- Source
get_grid_rank()
- Source
get_grid_shape()
- Source
get_grid_size()
- Source
get_grid_spacing()
- Source
get_grid_type()
- Source
get_grid_x()
Not implemented for Heat
- Source
get_grid_y()
Not implemented for Heat
- Source
get_grid_z()
Not implemented for Heat
- Source
get_input_var_names()
- Source
get_output_var_names()
- Source
get_start_time()
- Source
get_time_step()
- Source
get_time_units()
- Source
get_value()
- Source
get_value_at_indices()
Not implemented for Heat
- Source
get_value_at_indices()
Not implemented for Heat
- Source
get_value_at_indices()
Not implemented for Heat
- Source
get_value_ptr()
Not implemented for Heat
- Source
get_var_grid()
- Source
get_var_item_size()
- Source
get_var_location()
- Source
get_var_nbytes()
- Source
get_var_type()
- Source
get_var_units()
- Source
set_value()
- Source
set_value_at_indices()
Not implemented for Heat
- Source