pyrc.validation.network#
- class Block(width, initial_temperature, increments=10, thermal_conductivity=10, density=10, heat_capacity=10)#
Bases:
object- counter = 2#
- property increment_positions: ndarray#
- property x_values: ndarray#
- class Model(blocks: list[Block])#
Bases:
objectInitialize heat equation model with blocks.
- Parameters:
blocks (list of Block) – List of Block objects defining initial conditions
- __init__(blocks: list[Block])#
Initialize heat equation model with blocks.
- Parameters:
blocks (list of Block) – List of Block objects defining initial conditions
- property x_values: list#