Untested ferromagnetic model
It's pretty basic.
This commit is contained in:
@@ -50,7 +50,8 @@ impl ColorTermRenderer {
|
||||
for x in 0..state.width() {
|
||||
let cell = state.get(x, y);
|
||||
//let r = norm_color(cell.bz() * consts::C);
|
||||
let r = 0;
|
||||
//let r = 0;
|
||||
let r = norm_color(cell.mat.mz*50.0);
|
||||
let b = (55.0*cell.mat().conductivity).min(255.0) as u8;
|
||||
//let b = 0;
|
||||
//let g = norm_color(cell.ex());
|
||||
|
Reference in New Issue
Block a user