├── .gitignore ├── Bernoulli.tex ├── Couette.tex ├── Euler.tex ├── Euler_energy.tex ├── Euler_exercises.tex ├── Euler_reduced.tex ├── Fluid_Mechanics.pdf ├── Fluid_Mechanics.slg ├── Fluid_Mechanics.slo ├── Fluid_Mechanics.sls ├── Fluid_Mechanics.tex ├── LICENSE ├── NS.tex ├── NS_energy.tex ├── NS_exercises.tex ├── NS_solutions_exercises.tex ├── NS_vorticity.tex ├── Poiseuille.tex ├── README.md ├── Schedule.pdf ├── Schedule.tex ├── Taylor_Green.tex ├── chapter_inviscid.tex ├── chapter_viscous.tex ├── continuity.tex ├── creeping.tex ├── creeping_cylinder.tex ├── defs.tex ├── figures ├── SD.agr ├── SD.eps ├── creeping_flow_past_cyl_slip.eps ├── creeping_flow_past_cyl_slip_moving.eps ├── creeping_flow_past_sphere.eps ├── creeping_flow_past_sphere_moving.eps ├── creeping_flow_past_sphere_vel.eps ├── expcos.eps ├── gravity_capillary_dispersion_k.eps ├── gravity_capillary_dispersion_lambda.eps ├── gravity_waves_disp.eps ├── particle0.eps ├── particle1.eps ├── porpoises.eps ├── porpoises.png ├── potential_flow_past_cylinder.eps ├── potential_flow_past_cylinder_moving.eps ├── potential_flow_past_cylinder_p_on_cyl.eps ├── potential_flow_past_cylinder_phi_p.eps ├── potential_flow_past_cylinder_power.eps ├── potential_flow_past_cylinder_rotating.eps ├── potential_flow_past_cylinder_rotating_moving.eps ├── potential_flow_past_cylinder_vel.eps ├── potential_flow_past_cylinder_vel_p.eps ├── potential_flow_past_sphere.eps ├── potential_flow_past_sphere_moving.eps ├── sound_wave_att.eps ├── stagnation_function_disp.eps ├── stagnation_functions.eps ├── stagnation_potential_streamlines.eps ├── stagnation_potential_viscous_pressures.eps ├── stagnation_viscous_pressure.eps ├── stagnation_viscous_streamlines.eps ├── taylor-green_vortices.eps └── trial.eps ├── fluid_mechanics.bib ├── fourier_space.tex ├── front.tex ├── glossary.tex ├── gravity_capillary_waves.tex ├── gravity_waves.tex ├── harbingers.tex ├── hydrostatics.tex ├── intro.tex ├── lagrangian_do_not_trust.tex ├── membrane.tex ├── particle.tex ├── potential_flow.tex ├── sound_waves.tex ├── sound_waves_att.tex ├── supp_mat ├── Taylor-Green.ipynb ├── air_att_coeff.dat ├── air_attenuation.ipynb ├── creeping_flow_past_cyl_slip.eps ├── creeping_flow_past_cyl_slip_moving.eps ├── creeping_flow_past_sphere_vel.eps ├── cylinder_energy.ipynb ├── cylinder_sphere_streamlines-Copy1.ipynb ├── cylinder_sphere_streamlines.ipynb ├── cylinder_vel_p.ipynb ├── cylinder_w_slip_streamlines.ipynb ├── graph_of_functions.ipynb ├── gravity_capillary_dispersion.ipynb ├── gravity_waves_dispersion.ipynb ├── sound_waves_attenuation.ipynb ├── stagnation_streamlines.ipynb ├── streams.ipynb └── symb.ipynb └── vorticity.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/.gitignore -------------------------------------------------------------------------------- /Bernoulli.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Bernoulli.tex -------------------------------------------------------------------------------- /Couette.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Couette.tex -------------------------------------------------------------------------------- /Euler.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Euler.tex -------------------------------------------------------------------------------- /Euler_energy.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Euler_energy.tex -------------------------------------------------------------------------------- /Euler_exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Euler_exercises.tex -------------------------------------------------------------------------------- /Euler_reduced.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Euler_reduced.tex -------------------------------------------------------------------------------- /Fluid_Mechanics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Fluid_Mechanics.pdf -------------------------------------------------------------------------------- /Fluid_Mechanics.slg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Fluid_Mechanics.slg -------------------------------------------------------------------------------- /Fluid_Mechanics.slo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Fluid_Mechanics.sls: -------------------------------------------------------------------------------- 1 | \null 2 | -------------------------------------------------------------------------------- /Fluid_Mechanics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Fluid_Mechanics.tex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/LICENSE -------------------------------------------------------------------------------- /NS.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/NS.tex -------------------------------------------------------------------------------- /NS_energy.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/NS_energy.tex -------------------------------------------------------------------------------- /NS_exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/NS_exercises.tex -------------------------------------------------------------------------------- /NS_solutions_exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/NS_solutions_exercises.tex -------------------------------------------------------------------------------- /NS_vorticity.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/NS_vorticity.tex -------------------------------------------------------------------------------- /Poiseuille.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Poiseuille.tex -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/README.md -------------------------------------------------------------------------------- /Schedule.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Schedule.pdf -------------------------------------------------------------------------------- /Schedule.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Schedule.tex -------------------------------------------------------------------------------- /Taylor_Green.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/Taylor_Green.tex -------------------------------------------------------------------------------- /chapter_inviscid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/chapter_inviscid.tex -------------------------------------------------------------------------------- /chapter_viscous.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/chapter_viscous.tex -------------------------------------------------------------------------------- /continuity.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/continuity.tex -------------------------------------------------------------------------------- /creeping.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/creeping.tex -------------------------------------------------------------------------------- /creeping_cylinder.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/creeping_cylinder.tex -------------------------------------------------------------------------------- /defs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/defs.tex -------------------------------------------------------------------------------- /figures/SD.agr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/SD.agr -------------------------------------------------------------------------------- /figures/SD.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/SD.eps -------------------------------------------------------------------------------- /figures/creeping_flow_past_cyl_slip.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/creeping_flow_past_cyl_slip.eps -------------------------------------------------------------------------------- /figures/creeping_flow_past_cyl_slip_moving.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/creeping_flow_past_cyl_slip_moving.eps -------------------------------------------------------------------------------- /figures/creeping_flow_past_sphere.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/creeping_flow_past_sphere.eps -------------------------------------------------------------------------------- /figures/creeping_flow_past_sphere_moving.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/creeping_flow_past_sphere_moving.eps -------------------------------------------------------------------------------- /figures/creeping_flow_past_sphere_vel.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/creeping_flow_past_sphere_vel.eps -------------------------------------------------------------------------------- /figures/expcos.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/expcos.eps -------------------------------------------------------------------------------- /figures/gravity_capillary_dispersion_k.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/gravity_capillary_dispersion_k.eps -------------------------------------------------------------------------------- /figures/gravity_capillary_dispersion_lambda.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/gravity_capillary_dispersion_lambda.eps -------------------------------------------------------------------------------- /figures/gravity_waves_disp.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/gravity_waves_disp.eps -------------------------------------------------------------------------------- /figures/particle0.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/particle0.eps -------------------------------------------------------------------------------- /figures/particle1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/particle1.eps -------------------------------------------------------------------------------- /figures/porpoises.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/porpoises.eps -------------------------------------------------------------------------------- /figures/porpoises.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/porpoises.png -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_moving.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_moving.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_p_on_cyl.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_p_on_cyl.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_phi_p.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_phi_p.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_power.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_power.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_rotating.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_rotating.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_rotating_moving.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_rotating_moving.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_vel.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_vel.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_cylinder_vel_p.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_cylinder_vel_p.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_sphere.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_sphere.eps -------------------------------------------------------------------------------- /figures/potential_flow_past_sphere_moving.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/potential_flow_past_sphere_moving.eps -------------------------------------------------------------------------------- /figures/sound_wave_att.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/sound_wave_att.eps -------------------------------------------------------------------------------- /figures/stagnation_function_disp.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/stagnation_function_disp.eps -------------------------------------------------------------------------------- /figures/stagnation_functions.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/stagnation_functions.eps -------------------------------------------------------------------------------- /figures/stagnation_potential_streamlines.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/stagnation_potential_streamlines.eps -------------------------------------------------------------------------------- /figures/stagnation_potential_viscous_pressures.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/stagnation_potential_viscous_pressures.eps -------------------------------------------------------------------------------- /figures/stagnation_viscous_pressure.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/stagnation_viscous_pressure.eps -------------------------------------------------------------------------------- /figures/stagnation_viscous_streamlines.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/stagnation_viscous_streamlines.eps -------------------------------------------------------------------------------- /figures/taylor-green_vortices.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/taylor-green_vortices.eps -------------------------------------------------------------------------------- /figures/trial.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/figures/trial.eps -------------------------------------------------------------------------------- /fluid_mechanics.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/fluid_mechanics.bib -------------------------------------------------------------------------------- /fourier_space.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/fourier_space.tex -------------------------------------------------------------------------------- /front.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/front.tex -------------------------------------------------------------------------------- /glossary.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/glossary.tex -------------------------------------------------------------------------------- /gravity_capillary_waves.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/gravity_capillary_waves.tex -------------------------------------------------------------------------------- /gravity_waves.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/gravity_waves.tex -------------------------------------------------------------------------------- /harbingers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/harbingers.tex -------------------------------------------------------------------------------- /hydrostatics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/hydrostatics.tex -------------------------------------------------------------------------------- /intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/intro.tex -------------------------------------------------------------------------------- /lagrangian_do_not_trust.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/lagrangian_do_not_trust.tex -------------------------------------------------------------------------------- /membrane.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/membrane.tex -------------------------------------------------------------------------------- /particle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/particle.tex -------------------------------------------------------------------------------- /potential_flow.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/potential_flow.tex -------------------------------------------------------------------------------- /sound_waves.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/sound_waves.tex -------------------------------------------------------------------------------- /sound_waves_att.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/sound_waves_att.tex -------------------------------------------------------------------------------- /supp_mat/Taylor-Green.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/Taylor-Green.ipynb -------------------------------------------------------------------------------- /supp_mat/air_att_coeff.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/air_att_coeff.dat -------------------------------------------------------------------------------- /supp_mat/air_attenuation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/air_attenuation.ipynb -------------------------------------------------------------------------------- /supp_mat/creeping_flow_past_cyl_slip.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/creeping_flow_past_cyl_slip.eps -------------------------------------------------------------------------------- /supp_mat/creeping_flow_past_cyl_slip_moving.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/creeping_flow_past_cyl_slip_moving.eps -------------------------------------------------------------------------------- /supp_mat/creeping_flow_past_sphere_vel.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/creeping_flow_past_sphere_vel.eps -------------------------------------------------------------------------------- /supp_mat/cylinder_energy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/cylinder_energy.ipynb -------------------------------------------------------------------------------- /supp_mat/cylinder_sphere_streamlines-Copy1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/cylinder_sphere_streamlines-Copy1.ipynb -------------------------------------------------------------------------------- /supp_mat/cylinder_sphere_streamlines.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/cylinder_sphere_streamlines.ipynb -------------------------------------------------------------------------------- /supp_mat/cylinder_vel_p.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/cylinder_vel_p.ipynb -------------------------------------------------------------------------------- /supp_mat/cylinder_w_slip_streamlines.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/cylinder_w_slip_streamlines.ipynb -------------------------------------------------------------------------------- /supp_mat/graph_of_functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/graph_of_functions.ipynb -------------------------------------------------------------------------------- /supp_mat/gravity_capillary_dispersion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/gravity_capillary_dispersion.ipynb -------------------------------------------------------------------------------- /supp_mat/gravity_waves_dispersion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/gravity_waves_dispersion.ipynb -------------------------------------------------------------------------------- /supp_mat/sound_waves_attenuation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/sound_waves_attenuation.ipynb -------------------------------------------------------------------------------- /supp_mat/stagnation_streamlines.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/stagnation_streamlines.ipynb -------------------------------------------------------------------------------- /supp_mat/streams.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/streams.ipynb -------------------------------------------------------------------------------- /supp_mat/symb.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/supp_mat/symb.ipynb -------------------------------------------------------------------------------- /vorticity.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddcampayo/Fluid_Mechanics/HEAD/vorticity.tex --------------------------------------------------------------------------------