-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
20 lines (20 loc) · 832 Bytes
/
Copy pathCITATION.cff
File metadata and controls
20 lines (20 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cff-version: 1.2.0
message: "If you use this software in academic work, please cite it using this metadata."
title: "2D Finite Volume Heat Conduction Solver in Rust"
type: software
version: "1.0.0"
date-released: "2026-07-20"
authors:
- family-names: Kandil
given-names: Ahmed
orcid: "https://orcid.org/0009-0007-2724-4565"
repository-code: "https://github.com/Kandil2001/Rust-FVM-Heat-Conduction"
url: "https://kandil2001.github.io/projects/rust-fvm-heat-conduction.html"
license: MIT
keywords:
- heat conduction
- Finite Volume Method
- Rust
- numerical methods
- scientific computing
abstract: "A dependency-free Rust implementation of a two-dimensional steady heat-conduction solver using a cell-centered Finite Volume Method, Gauss-Seidel iteration, residual monitoring, CSV output, and SVG visualization."