Skip to content

Commit 28f573e

Browse files
committed
cm_eq_incompressible_p_and_v_part
1 parent a03531a commit 28f573e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Python/symbolic_tools/SymbolicCollisions/examples/equilibria/cm_eq_incompressible_p_and_v_part.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,12 @@
7070
print_as_vector(S_relax_hydro_D2Q9 * cm_eq_both_parts.transpose(), 'cm_eq_both_parts_relaxation', output_order_of_moments=moments_dict[lattice])
7171

7272
print(f'\n\n Done in {time.process_time() - start} [s].')
73+
74+
75+
print('\n\n\n// --------------- more EXPERIMENTS ------------------------')
76+
print('\n// cm_eq_p_new')
77+
cm_eq_p_new = get_mom_vector_from_discrete_def(lambda i: dcmt.get_EDF_p_with_u(i),
78+
discrete_transform=dcmt.get_cm,
79+
moments_order=moments_dict[lattice])
80+
print_as_vector(cm_eq_p_new, 'cm_eq_p_new', output_order_of_moments=moments_dict[lattice])
81+

0 commit comments

Comments
 (0)