code to calculate embodied energy

6 次查看(过去 30 天)
Please I need an idea to calculate the embodied energy considering various inputs such as volume, area, mass, such that EE=Mass x Ei, where Ei is the energy per unit material. Addition for multiple number of materials

采纳的回答

Voss
Voss 2024-3-23
Mass = [10 50 30]; % mass of three materials
Ei = [ 4 2 1]; % embodied energy per unit mass for those materials
EE = sum(Mass.*Ei); % total embodied energy
If you have no mass but you have density and volume, mass is density*volume.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Particle & Nuclear Physics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by