Skip to content

Commit

Permalink
remove sily words
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Dec 23, 2023
1 parent 3df86d5 commit f00722a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ AttributeIDSupressMenu = "AttributeIDSupressMenu"

[default.extend-words]
INOUT = "INOUT"
Childs = "Childs"
myu = "myu"
nd = "nd"
WRONLY = "WRONLY"
nd = "nd"
# Childs = "Childs"
# myu = "myu"



[files]
extend-exclude = ["docs/documentation/references*", "tests/"]
2 changes: 1 addition & 1 deletion docs/documentation/visualization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flow visualization

Post-processed database in Silo-HDF5 format can be visualized and analyzed using VisIt ([Childs et al., 2012](references.md#Childs12)).
Post-processed database in Silo-HDF5 format can be visualized and analyzed using VisIt.
VisIt is an open-source interactive parallel visualization and graphical analysis tool for viewing scientific data.
Versions of VisIt after 2.6.0 have been confirmed to work with the MFC databases for some parallel environments.
Nevertheless, installation and configuration of VisIt can be environment-dependent and are left to the user.
Expand Down
7 changes: 3 additions & 4 deletions examples/1D_poly_bubscreen/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
Tfinal = 1.*10.*Tpulse*c0/x0
Nt = int(Tfinal/dt)

myu = 0.0
Nt = 1000

Nfiles = 20.
Expand Down Expand Up @@ -132,7 +131,7 @@
'patch_icpp(1)%geometry' : 1,
'patch_icpp(1)%x_centroid' : 0.,
'patch_icpp(1)%length_x' : 20.E-03/x0,
'patch_icpp(1)%vel(1)' : myu,
'patch_icpp(1)%vel(1)' : 0,
'patch_icpp(1)%pres' : 1,
'patch_icpp(1)%alpha_rho(1)' : (1.-vf0)*1.E+03/rho0,
'patch_icpp(1)%alpha(1)' : vf0,
Expand All @@ -141,7 +140,7 @@
# 'patch_icpp(1)%geometry' : 1,
# 'patch_icpp(1)%x_centroid' : 0.,
# 'patch_icpp(1)%length_x' : 20.E-03/x0,
# 'patch_icpp(1)%vel(1)' : myu,
# 'patch_icpp(1)%vel(1)' : 0,
# 'patch_icpp(1)%pres' : 1,
# 'patch_icpp(1)%alpha_rho(1)' : (1.-1.E-12)*1.E+03/rho0,
# 'patch_icpp(1)%alpha(1)' : 1.E-12,
Expand All @@ -153,7 +152,7 @@
# 'patch_icpp(2)%x_centroid' : 0.,
# 'patch_icpp(2)%length_x' : 5.E-03/x0,
# 'patch_icpp(2)%alter_patch(1)' : 'T',
# 'patch_icpp(2)%vel(1)' : myu,
# 'patch_icpp(2)%vel(1)' : 0,
# 'patch_icpp(2)%pres' : 1,
# 'patch_icpp(2)%alpha_rho(1)' : (1.-vf0)*1.E+03/rho0,
# 'patch_icpp(2)%alpha(1)' : vf0,
Expand Down

0 comments on commit f00722a

Please sign in to comment.