Skip to content

Commit 737d71f

Browse files
author
Clovis Lambert
committed
Tried to add params.f to summary_simul
1 parent 9747cd6 commit 737d71f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fluidsim/solvers/ns3d/solver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ def _complete_params_with_default(params):
144144
"""
145145
)
146146

147+
@classmethod
148+
def _modify_sim_repr_maker(cls, sim_repr_maker):
149+
sim_repr_maker.add_parameters({"f": sim_repr_maker.sim.params.f})
150+
147151
def _init_projection(self):
148152
try:
149153
self.no_vz_kz0 = self.params.no_vz_kz0

0 commit comments

Comments
 (0)