[package]
edition = "2021"
name = "pantometry-thermal"
version = "0.16.0"
authors = ["Younghyeon Park and pantometry contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Heat as a simulation domain: lumped masses, explicit conduction, radiative and convective loss"
readme = "README.md"
keywords = [
"thermal",
"heat",
"conduction",
"physics",
"simulation",
]
categories = [
"science",
"simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YounghyeonPark/pantometry"
[lib]
name = "pantometry_thermal"
path = "src/lib.rs"
[[test]]
name = "a_block_that_cools"
path = "tests/a_block_that_cools.rs"
[[test]]
name = "a_block_that_generates"
path = "tests/a_block_that_generates.rs"
[[test]]
name = "a_cold_cell_and_a_bus_slug"
path = "tests/a_cold_cell_and_a_bus_slug.rs"
[[test]]
name = "a_composite"
path = "tests/a_composite.rs"
[[test]]
name = "a_freezing_front"
path = "tests/a_freezing_front.rs"
[[test]]
name = "a_gap_that_radiates"
path = "tests/a_gap_that_radiates.rs"
[[test]]
name = "a_grid_with_nothing_in_it"
path = "tests/a_grid_with_nothing_in_it.rs"
[[test]]
name = "a_layered_wall"
path = "tests/a_layered_wall.rs"
[[test]]
name = "how_much_of_the_gap_is_an_assumption"
path = "tests/how_much_of_the_gap_is_an_assumption.rs"
[[test]]
name = "network_closed_forms"
path = "tests/network_closed_forms.rs"
[[test]]
name = "nothing_is_not_a_temperature"
path = "tests/nothing_is_not_a_temperature.rs"
[[test]]
name = "solid_closed_forms"
path = "tests/solid_closed_forms.rs"
[[test]]
name = "steady_state"
path = "tests/steady_state.rs"
[[test]]
name = "the_cooled_boundary_order"
path = "tests/the_cooled_boundary_order.rs"
[[test]]
name = "two_phase_stefan"
path = "tests/two_phase_stefan.rs"
[dependencies.glam]
version = "0.29"
features = ["serde"]
[dependencies.pantometry-core]
version = "0.16.0"
[dependencies.pantometry-units]
version = "0.16.0"
[dependencies.serde]
version = "1"
features = ["derive"]