0.6.0
Loading...
Searching...
No Matches
Files
Here is a list of all files with brief descriptions:
[detail level
1
2
3
4
5
6
7
8
9
]
▼
src
▼
doc
►
pages
best_practices
code_overview
guides
howtos
main
▼
lib
►
core
►
data_structures
►
boundary_conditions
enum.f90
type_boundary_condition.f90
►
containers
type_list.f90
type_stack.f90
►
edge_data_type
type_edge_field.f90
►
face_data_type
type_face_field.f90
type_face_vector_gradient.f90
►
stencils
enum.f90
generate_stencil.f90
type.f90
►
tensor_data_type
type_stress_tensor.f90
arrays.f90
type_node_list.f90
type_node_type.f90
►
misc
►
math
algebra.f90
fftw.f90
legendre.f90
linalg.f90
polynomial_real_roots.f90
polynomial_roots.f90
variables_math.f90
►
random
generate_seed.f90
random_number_tools.f90
variables.f90
►
string_conversion
convert_integer_to_string.f90
►
mpi
►
broadcast_bc
mpi_broadcast_bc.f90
►
exchange
check_mpi_exchange.f90
mpi_exchange.f90
mpi_exchange_array.f90
mpi_exchange_list.f90
prepare_mpi_exchange.f90
prepare_mpi_exchange_list.f90
type.f90
variables.f90
►
global_reduction
global_reduction.f90
►
send_receive
mpi_send_receive.f90
initialize_mpi.f90
variables_mpi.f90
►
openmp
field_operation_openmp.f90
omp_initialize.f90
variables_omp.f90
variables_omp_lib.f90
►
pre_process
►
initializer
face_field_initialization.f90
front_tracking_initialization.f90
levelset_initialization.f90
mof_initialization.f90
phase_geometry_initialization.f90
scalar_field_initialization.f90
type_bc_initializer.f90
type_cell_ibc_initializer.f90
type_initializer.f90
type_material_law.f90
type_navier_bc_initializer.f90
type_navier_ibc_initializer.f90
type_phase_advection_bc_initializer.f90
type_phase_initializer.f90
type_scalar_field_bc_initializer.f90
variables_initializer.f90
►
instructions
expression.f90
instructions.f90
variables_ui.f90
►
system
►
cpu_time
print_cpu_time.f90
timer.f90
variables.f90
►
memory_manager
generic_initialize.f90
generic_unalloc.f90
memory_manager.f90
reallocate.f90
sleep.f90
stop_notus.f90
variables_core.f90
►
discretization
►
explicit_discretization
►
cell_scalar
►
advection_term
compute_cell_advection_term_explicit_rec_schemes.f90
compute_cell_advection_term_explicit_semi_lagrangian.f90
compute_cell_advection_term_explicit_weno_schemes.f90
compute_cell_flux_advection_explicit_generic_fast_rec_scheme.f90
compute_cell_flux_advection_explicit_generic_fast_weno_scheme.f90
compute_cell_flux_advection_explicit_generic_rec_scheme.f90
compute_cell_flux_advection_explicit_generic_weno_scheme.f90
compute_cell_flux_advection_explicit_opt_weno.f90
discretization_near_ib_cell.f90
enum.f90
integrate_cell_advection_term_explicit_generic.f90
tvd_superbee.f90
►
boundaries
apply_bc_on_ghost_b_cells.f90
apply_bc_on_ghost_b_cells_former.f90
compute_uncentered_boundary_cell_gradient.f90
copy_data_on_ghost_boundary_cells.f90
exchange_periodic_ghost_cells.f90
explicit_add_cell_bc.f90
explicit_add_cell_bc_nh.f90
►
diffusion_term
compute_cell_diffusion_term_centered.f90
discretize_cell_explicit_diffusion_term_o2.f90
integrate_cell_diffusion_term_explicit_generic.f90
►
face_vector
►
boundaries
apply_bc_on_ghost_b_faces.f90
exchange_periodic_ghost_faces.f90
explicit_add_face_bc.f90
►
div_symetric_tensor_term
compute_div_tensor_term_explicit.f90
integrate_div_tensor_term_explicit_generic.f90
►
nonlinear_term
compute_div_u_psi_term_explicit_generic_fast_rec.f90
compute_div_u_psi_term_explicit_generic_fast_weno.f90
compute_div_u_psi_term_explicit_generic_rec.f90
compute_div_u_psi_term_explicit_generic_weno.f90
compute_div_u_psi_term_explicit_opt_weno.f90
compute_div_u_psi_term_explicit_rec_schemes.f90
compute_div_u_psi_term_explicit_weno_schemes.f90
discretization_near_ib_face.f90
integrate_face_advection_term_explicit_generic.f90
integrate_face_advection_term_explicit_generic_split.f90
module.f90
tvd_general_functions.f90
tvd_superbee_face.f90
►
fluxes
fv_fluxes.f90
type_fv_flux.f90
variables.f90
►
field_level_operators
►
differential_operators
►
cell_operators
curl_operator_face_to_cell.f90
divergence_operator_cell_to_cell.f90
divergence_operator_face_to_cell.f90
gradient_operator_cell_to_cell.f90
gradient_operator_scalar_face_to_cell.f90
hessian_operator_cell_to_cell.f90
laplacian_operator_cell_to_cell.f90
►
face_operators
gradient_operator_cell_to_face.f90
gradient_operator_cell_to_face_vector.f90
►
tensor
compute_stress_tensor.f90
compute_stress_tensor_divergence.f90
►
extrapolation
►
cell_operators
extrapolate_cells_outside_boundaries.f90
extrapolate_cells_to_cells_neumann.f90
extrapolate_cells_to_cells_on_plane.f90
►
edge_operators
extrapolate_edge_to_edge_boundary.f90
►
face_operators
extrapolate_cell_to_face_boundary.f90
extrapolate_cells_to_faces_neumann.f90
extrapolate_faces_outside_boundaries.f90
extrapolate_faces_to_faces.f90
extrapolate_faces_to_plane.f90
►
time_operators
extrapolate_field_time.f90
►
interpolation
►
cell_operators
interpolate_scalar_face_to_cell.f90
interpolate_vector_face_to_cell.f90
►
edge_operators
harmonic_viscosity_interpolation.f90
interpolate_vector_face_to_edge.f90
►
face_operators
harmonic_diffusion_coef_interpolation.f90
interpolate_face_to_face.f90
interpolate_scalar_cell_to_face.f90
interpolate_vector_cell_to_face.f90
►
time_operators
interpolate_field_time.f90
►
vertex_operators
interpolate_scalar_cell_to_vertices.f90
►
immersed_boundary
►
boundary_condition
enum.f90
immersed_boundary_condition_tools.f90
prepare_immersed_boundary_condition.f90
setup_cell_ibm_saved_variables.f90
type_immersed_boundary_condition.f90
update_variable_b_ib_ghost.f90
►
diagnostic
analysis.f90
surface_integrals.f90
►
linear_system
apply_ibc_cell.f90
apply_ibc_face.f90
eval_ibm_matrix_coefficients.f90
type_ibm_matrix_coefficients.f90
variables.f90
►
implicit_discretization
►
cell_scalar
►
advection_term
add_cell_advection_div_u_term.f90
apply_cell_advection_scheme.f90
►
boundaries
add_cell_bc_ghost.f90
add_cell_bc_ghost_former.f90
add_cell_bc_noghost.f90
add_cell_bc_noghost_former.f90
compute_ghost_weights_table.f90
robin_discretization_coef.f90
►
diffusion_term
add_cell_diffusion_term_centered_o2.f90
apply_cell_diffusion_scheme.f90
interpolate_diffusion_coef.f90
set_diffusive_flux_coef.f90
thermal_resistance.f90
►
linear_system
add_diagonal_cell_matrix.f90
add_line_cell_matrix.f90
add_rhs_cell.f90
finalize_cell_linear_system.f90
impose_cell_value.f90
initialize_cell_linear_system.f90
time_advance_explicitly.f90
type_ls_map.f90
►
face_vector
►
boundaries
add_face_bc_normal.f90
add_face_bc_tangent.f90
add_face_bc_tangent_noghost.f90
►
div_symetric_tensor_term
add_face_div_tensor_term_centered_o2.f90
enum.f90
set_mu_velocity_gradient.f90
►
grad_div_term
add_grad_div_to_matrix.f90
►
linear_system
add_diagonal_face_matrix.f90
add_rhs_face.f90
finalize_face_linear_system.f90
initialize_face_linear_system.f90
time_advance_explicitly_face.f90
type_face_ls_map.f90
►
nonlinear_term
add_u_div_u_term.f90
compute_div_u_u_term_centered_o2_scheme.f90
compute_div_u_u_term_theta_hybrid_centered_o2_upwind_scheme.f90
compute_div_u_u_term_upwind_o1_scheme.f90
compute_div_u_u_term_upwind_o2_scheme.f90
►
lagrangian_particles
fields.f90
type_particle.f90
type_particle_list.f90
variables.f90
►
multiphase
►
additional_fields
compute_additional_fields.f90
compute_closest_points.f90
compute_contact_line_points.f90
compute_curvature.f90
compute_height_function.f90
compute_height_function_2d.f90
compute_height_function_3d.f90
compute_neutral_phase.f90
compute_volume.f90
smooth_volume_fraction.f90
►
front_tracking
►
interfaces
dummy_Notus_FronTier_Interface.f90
Notus_FronTier_Interface.f90
advect_phase.f90
compute_curvature.f90
contact_line_points.f90
FronTier.f90
interpolation.f90
type_nfi_contact_line_point.f90
variables.f90
►
levelset
►
advection
advect.f90
advect_eulerian.f90
advect_temporal_schemes.f90
compute_cfl.f90
compute_ugradphi.f90
compute_ugradphi_conservative.f90
►
closest_point
►
gradient_descent
compute_cp_gd_interpolant.f90
compute_cp_gd_interpolant_euler.f90
compute_cp_gd_interpolant_geo.f90
type_cp_interpolant.f90
type_geo.f90
►
mpi
mpi.f90
mpi_exchange.f90
mpi_exchange_array.f90
mpi_exchange_scalar.f90
type_closest_point_mpi.f90
►
tools
geometry.f90
interpolation.f90
closest_point.f90
compute_closest_point_field.f90
diagnostics.f90
type_closest_point.f90
variables.f90
►
geometry
►
volume_fraction
dirac.f90
heaviside.f90
mingibou.f90
regularization.f90
towers.f90
volume_fraction.f90
volume_fraction_bc.f90
volume_surface.f90
band.f90
compute_closest_points.f90
curvature.f90
kinks_detection.f90
normal.f90
solve_mean_curvature_flow.f90
►
mass_conservation
global.f90
►
reinitialization
►
rcp
hj_first_order.f90
reinitialization_cp.f90
tools.f90
reinitialization.f90
reinitialization_hcr2.f90
reinitialization_hj.f90
tools.f90
type_levelset_reinit_cp_parameters.f90
type_levelset_reinit_parameters.f90
enum.f90
module.f90
phase_levelset.f90
type_levelset.f90
type_levelset_cp.f90
type_levelset_cp_parameters.f90
type_levelset_parameters.f90
variables.f90
►
mof
►
2d
mof2d_analytic_reconstruction.f90
mof2d_backward_advection.f90
mof2d_coordinate_system_wrapper.f90
mof2d_global_reconstruction.f90
mof2d_minimization_reconstruction.f90
mof2d_mpi_exchange_filament.f90
mof2d_one_cell_reconstruction.f90
►
3d
mof3d_analytic_centroid.f90
mof3d_bfgs.f90
mof3d_gauss_newton.f90
mof3d_global_reconstruction.f90
mof3d_gradient.f90
mof3d_initial_angles.f90
mof3d_minimization.f90
mof3d_one_cell_reconstruction.f90
mof3d_tetra_analytic_centroid.f90
trust_region.f90
field.f90
mof_advect_phases.f90
mof_apply_boundary_conditions.f90
mof_cfl.f90
mof_compute_slip_velocity.f90
mof_correct_mof_structure.f90
mof_filaments.f90
mof_filter.f90
mof_immersed_boundary.f90
type.f90
variables.f90
►
surface_tension
compute_surface_tension_height_function.f90
front_tracking.f90
levelset.f90
►
vof
►
plic
variables.f90
vof2d.f90
vof2d_compute_flux.f90
vof2d_compute_normal.f90
vof2d_compute_radius.f90
vof2d_compute_volume.f90
vof2d_conservative.f90
vof2d_get_reference.f90
vof3d.f90
vof3d_compute_flux.f90
vof3d_compute_normal.f90
vof3d_compute_radius.f90
vof3d_compute_volume.f90
vof3d_conservative.f90
vof3d_get_reference.f90
vof3d_transform_radius.f90
vof_apply_boundary_conditions.f90
vof_cfl.f90
vof_plic.f90
advect_phase_vof.f90
enum.f90
enum.f90
type.f90
variables.f90
►
node_level_schemes
►
discrete_derivatives
dd_dict.f90
dd_matrix.f90
dd_polynomial.f90
dd_vector.f90
dd_weights.f90
get_dd.f90
init.f90
module.f90
type_discrete_derivative.f90
►
extrapolation
►
grid_level_schemes
►
cell_schemes
extrapolate_cell_to_cell_neumann.f90
extrapolate_face_to_cell.f90
►
edge_schemes
extrapolate_face_to_edge.f90
►
face_schemes
extrapolate_cell_to_face.f90
extrapolate_cell_to_face_neumann.f90
►
point_schemes
extrapolate_cell_to_point.f90
extrapolate_cell_to_point_neumann.f90
►
schemes
ext_neumann_schemes.f90
scheme_o1.f90
scheme_o2.f90
scheme_o3.f90
scheme_o4.f90
schemes.f90
computer.f90
init.f90
module.f90
type_ext_neumann_scheme.f90
type_ext_scheme.f90
►
finite_differences
►
rec_schemes
fd_rec_schemes.f90
rec_scheme_first_o1.f90
rec_scheme_first_o2.f90
rec_scheme_first_o3.f90
rec_scheme_second_o1.f90
rec_scheme_second_o2.f90
rec_scheme_third_o1.f90
rec_scheme_zero_o2.f90
rec_scheme_zero_o3.f90
rec_scheme_zero_o4.f90
►
schemes
fd_schemes.f90
scheme_fifth_o1.f90
scheme_fifth_o2.f90
scheme_first_o1.f90
scheme_first_o2.f90
scheme_first_o3.f90
scheme_first_o4.f90
scheme_first_o5.f90
scheme_first_o6.f90
scheme_fourth_o1.f90
scheme_fourth_o2.f90
scheme_fourth_o3.f90
scheme_second_o1.f90
scheme_second_o2.f90
scheme_second_o3.f90
scheme_second_o4.f90
scheme_second_o5.f90
scheme_sixth_o1.f90
scheme_third_o1.f90
scheme_third_o2.f90
scheme_third_o3.f90
scheme_third_o4.f90
scheme_zero.f90
weno_scheme_first_o2z.f90
weno_scheme_first_o3.f90
weno_scheme_first_o3z.f90
weno_scheme_first_o5.f90
weno_scheme_first_o5z.f90
computer.f90
fd_3d_stencils.f90
init.f90
module.f90
select.f90
type_fd_scheme.f90
type_fd_weno_scheme.f90
►
integration
►
schemes
scheme_1d_gl.f90
scheme_1d_mp.f90
scheme_1d_simpson.f90
scheme_2d_gl.f90
schemes.f90
computer.f90
init.f90
module.f90
type_integ_scheme.f90
►
interpolation
►
grid_schemes
►
schemes
int_dscheme_o1.f90
int_dscheme_o2.f90
int_dscheme_o3.f90
int_fast_scheme_o2_centered.f90
int_fast_scheme_o4_centered.f90
int_scheme_o1.f90
int_scheme_o2.f90
int_scheme_o3.f90
int_scheme_o4.f90
int_scheme_o5.f90
rec_fast_scheme_houc3.f90
rec_fast_scheme_houc5.f90
rec_fast_scheme_o1_upwind.f90
rec_fast_scheme_o2_centered.f90
rec_fast_scheme_o2_upwind.f90
rec_fast_scheme_o3d1_centered.f90
rec_fast_scheme_o4_centered.f90
rec_scheme_o1.f90
rec_scheme_o2.f90
rec_scheme_o3.f90
rec_scheme_o4.f90
rec_scheme_o5.f90
rec_scheme_o6.f90
schemes.f90
variables_weno_scheme.f90
weno_dscheme_o2z_reconstruction.f90
weno_dscheme_o4z_interpolation.f90
weno_dscheme_o5_interpolation.f90
weno_fast_scheme_o3z_reconstruction.f90
weno_fast_scheme_o5z_reconstruction.f90
weno_scheme_o3_interpolation.f90
weno_scheme_o3_reconstruction.f90
weno_scheme_o3z_interpolation.f90
weno_scheme_o3z_reconstruction.f90
weno_scheme_o4_interpolation.f90
weno_scheme_o4_reconstruction.f90
weno_scheme_o5z_interpolation.f90
weno_scheme_o5z_reconstruction.f90
weno_scheme_o6_reconstruction.f90
common.f90
computer.f90
init.f90
module.f90
type_int_dscheme.f90
type_int_fast_scheme.f90
type_int_grid_preweights.f90
type_int_scheme.f90
type_int_weno_fast_scheme.f90
type_int_weno_grid_preweights.f90
type_int_weno_scheme.f90
type_rec_fast_scheme.f90
type_rec_scheme.f90
►
math
harmonic_interpolation.f90
►
point_schemes
►
generic
►
schemes
fast_lagrange_o2.f90
fast_lagrange_o4.f90
fast_lagrange_o6.f90
lagrange_o2.f90
lagrange_o3.f90
lagrange_o4.f90
lagrange_o5.f90
lagrange_o6.f90
lambda_2_1.f90
lambda_2_2.f90
lambda_4_2.f90
peskin_o4.f90
reconstruction_d_lagrange_o1.f90
reconstruction_d_lagrange_o2.f90
reconstruction_d_lagrange_o3.f90
reconstruction_lagrange_o3.f90
reconstruction_lagrange_o4.f90
schemes.f90
weno_schemes_o4_interpolation.f90
weno_schemes_o6_interpolation.f90
coordinates.f90
init.f90
module.f90
type_int_point_1d.f90
type_int_point_2d.f90
type_int_point_3d.f90
type_int_point_fast_2d.f90
type_int_point_fast_3d.f90
type_int_point_fast_lagrange_1d.f90
type_int_point_lagrange_1d.f90
type_int_point_weno_1d.f90
type_int_point_weno_2d.f90
type_int_point_weno_3d.f90
type_rec_point_2d.f90
type_rec_point_3d.f90
type_rec_point_lagrange_1d.f90
►
lagrange
exec.f90
module.f90
prepare.f90
type.f90
field.f90
module.f90
init.f90
module.f90
init.f90
polynomial.f90
smoothness_indicator.f90
type_discrete_stencil.f90
►
partial_differential_equations
►
cell_scalar
advect_field.f90
cell_scalar_implicit_discretization_collection.f90
discretize_cell_advection_term.f90
discretize_cell_diffusion_term.f90
discretize_cell_poisson_equation.f90
discretize_cell_temporal_term.f90
discretize_cell_transport_equation.f90
enum_advection_scheme.f90
enum_diffusion_scheme.f90
►
face_vector
boundary_conditions.f90
discretize_div_tensor_term.f90
discretize_face_gravity_term.f90
discretize_face_temporal_term.f90
discretize_nonlinear_momentum_term.f90
enum_advection_scheme.f90
face_vector_implicit_discretization_collection.f90
set_grad_div_coef.f90
►
refined_grid
►
cvi_interpolation
cvi_interpolation.f90
cvi_interpolation_2D.f90
cvi_interpolation_3D.f90
►
q_interpolation
q_interpolation.f90
q_interpolation_2D.f90
q_interpolation_3D.f90
►
q_reconstruction
q_reconstruction.f90
q_reconstruction_2D.f90
compute_volume_fraction_refined_to_main.f90
enum.f90
interpolate_velocity_main_to_refined.f90
►
time
compute_time_coefficients.f90
compute_time_loop_cfl.f90
compute_time_step_cfl_advection.f90
compute_time_step_cfl_advection_surface_tension.f90
enum.f90
prepare_next_time_iteration.f90
stop_tests.f90
time_extrapolation_fields_material_properties.f90
time_step_switch.f90
variables.f90
enum.f90
►
geometry
►
computational_geometry
►
2d
►
axisym
flood_polygon.f90
polygon.f90
flood_polygon.f90
line_polygon.f90
line_segment.f90
points.f90
polygon.f90
polygon_list.f90
polygon_polygon.f90
►
3d
clip_polyhedron.f90
complete_polyhedron_structure.f90
flood_polyhedron.f90
line_polyhedron.f90
obj_wavefront_reader.f90
octree.f90
point_polyhedron.f90
points.f90
polyhedron.f90
►
ray_tracing
ray_tracing.f90
►
shape
basic_shapes.f90
constructive_solid_geometry.f90
polygon.f90
surface_mesh.f90
type.f90
transformations.f90
►
domain
type_subdomain.f90
variables_domain.f90
►
grid
►
grid_generation
grid_generator.f90
►
grid_indices
grid_initialization.f90
set_local_grid_indices.f90
staggered_indice_links.f90
►
grid_tools
compute_grid_volume.f90
generic_node_type.f90
get_coordinates.f90
get_coordinates_cell.f90
get_coordinates_face.f90
get_coordinates_point.f90
get_grid_volume.f90
get_indices.f90
module.f90
physical_points.f90
►
partitioning
grid_info.f90
grid_modification_repartitioning.f90
local_domain_size.f90
localization.f90
partitioning.f90
repartitioning.f90
►
refined_grid
►
recovery
recovery.f90
recovery_grid.f90
recovery_variables.f90
►
save
save.f90
save_grid.f90
save_variables.f90
►
switch
switch.f90
switch_grid.f90
switch_volume_fraction.f90
grid_generator_refined_grid.f90
initialization.f90
local_refined_domain_size.f90
set_local_refined_grid_indices.f90
enum.f90
fill_ghost_cells.f90
modify_neighbor_repartitioning.f90
module.f90
variables_coordinate.f90
variables_grid.f90
variables_spatial_step.f90
variables_volume.f90
►
immersed_boundary
compute_distance.f90
create_ib_metrics.f90
enum.f90
eval_node_types.f90
eval_points.f90
fields.f90
initialize_immersed_subdomain.f90
prepare_cut_cell.f90
set_ib_mask.f90
type_cut_cell.f90
type_immersed_boundary_metrics.f90
type_immersed_subdomain_metrics.f90
►
io
►
adios
type_adios_io_base.f90
type_adios_reader.f90
type_adios_writer.f90
►
checkpoint_restart
checkpoint.f90
checkpoint_restart_immersed_boundary_condition.f90
checkpoint_restart_immersed_subdomains.f90
checkpoint_restart_node_list.f90
checkpoint_stencil_ls_map.f90
enum.f90
restart.f90
variables.f90
►
command_line_parser
command_line_parser.f90
►
debug
debug_io.f90
variables.f90
►
grids_and_fields
►
adios2_interface
interpolate_scalar_cell_to_vertex.f90
notus_adios2_output_grids_and_fields.f90
unstructured_transformation.f90
►
adios_interface
notus_adios.f90
notus_adios_open_close_bp_files.f90
notus_adios_output_grids_and_fields.f90
notus_adios_particles.f90
type.f90
variables_adios.f90
►
ensight_interface
notus_ensight.f90
notus_ensight_output_grids_and_fields.f90
►
hdf5_interface
notus_hdf5_output_grids_and_fields.f90
►
xdmf_hdf5
notus_xdmf_output_xml_part.f90
disc_cache.f90
mof_mesh_output.f90
read_global_cell_file.f90
type_field_list.f90
variables_output.f90
write_grids_and_fields.f90
write_time.f90
►
json
json_writer.f90
►
lexer_parser
file.f90
function.f90
identifier.f90
lexer.f90
parser.f90
scope.f90
►
probes
output_probes.f90
type_probe.f90
type_sample_list.f90
type_sampler.f90
variables_probes.f90
►
system
►
log
display_banner.f90
notus_log.f90
print_witness_file.f90
file_manager.f90
udf_library.f90
finalize.f90
►
modeling
►
energy
enum.f90
fields.f90
linearized_enthalpy_functions.f90
solve.f90
solve_phase_field.f90
variables.f90
►
generic_transport_equation
solve.f90
►
materials_properties
boundary_conditions.f90
compute_material_properties.f90
compute_material_properties_coolprop.f90
compute_material_properties_nist.f90
fields.f90
predict_material_properties.f90
temperature_enthalpy_functions.f90
type_reference_material_properties.f90
variables.f90
►
navier
►
surface_tension
compute_bulk_phase_pressures.f90
compute_pressure_interface.f90
compute_surface_tension_term.f90
surface_tension_phase_change_material.f90
type_contact_line_point.f90
apply_bc_on_pressure_increment.f90
compressible_predict_density.f90
compressible_pressure_increment_equation_terms.f90
compressible_velocity_update_divergence_method.f90
compute_pressure_gradient.f90
enum.f90
fields.f90
initialize_hydrostratic_pressure.f90
momentum_preserving_estimate_density.f90
pressure_gradient_frantzis.f90
project_velocity.f90
set_brinkman_term_coefficient.f90
set_carman_kozeny_term_coefficient.f90
solve_navier.f90
solve_pressure.f90
variables.f90
►
phase_advection
fields.f90
solve.f90
variables.f90
►
poisson
solve.f90
►
species_transport
fields.f90
solve.f90
type.f90
variables.f90
►
turbulence
►
les
compute_filtered_velocity_component.f90
compute_wale_variables.f90
enum.f90
les_models.f90
variables.f90
►
rans
compute_k_omega_functions.f90
compute_rans_turbulent_viscosity.f90
compute_v2_f_functions.f90
enum.f90
fields.f90
solve_k_omega_sst.f90
solve_v2_f.f90
variables.f90
►
synthetic_eddy_method
synthetic_eddy_method.f90
variables.f90
compute_turbulent_conductivity.f90
compute_turbulent_species_diffusion_coefficient.f90
compute_wall_distance.f90
enum.f90
fields.f90
variables.f90
variables.f90
variables_all_equations.f90
►
post_process
►
error_computation
compute_error.f90
compute_error_symmetric_difference.f90
compute_l1_norm.f90
compute_l2_norm.f90
compute_linf_norm.f90
compute_reference_solution_error.f90
►
grid_convergence
grid_convergence.f90
output_convergence_file.f90
variables_grid_convergence.f90
►
integration
compute_face_field_integral.f90
compute_field_integral.f90
►
physical_diagnostics
►
output_to_file
print_drag_output_file.f90
compute_acceleration.f90
compute_dns_scales.f90
compute_domain_volume.f90
compute_energy_budget.f90
compute_front_position_melting.f90
compute_front_position_solidification.f90
compute_ib_surface.f90
compute_instantaneous_tke_dissipation_rate.f90
compute_k_plus.f90
compute_kinetic_energy.f90
compute_kinetic_energy_per_mass_unit.f90
compute_kolmogorov_timescale.f90
compute_max_field.f90
compute_max_velocity.f90
compute_mean_kinetic_energy.f90
compute_mean_longitudinal_pressure_difference.f90
compute_min_field.f90
compute_min_max_mean_velocity_magnitude.f90
compute_momentum.f90
compute_nonisothermal_problem_interface_position.f90
compute_physical_diagnostics.f90
compute_q_criterion.f90
compute_spatial_averaged_field.f90
compute_strain_rate_magnitude.f90
compute_symmetric_difference_area.f90
compute_turbulent_kinetic_energy.f90
compute_u_plus.f90
compute_viscous_dissipation_rate.f90
compute_vorticity_magnitude.f90
compute_wall_nusselt_sherwood_number.f90
compute_wall_shear_stress.f90
compute_wall_shear_velocity.f90
compute_wall_skin_friction_coef.f90
compute_y_plus.f90
enum.f90
fields.f90
print_physical_diagnostics.f90
variables.f90
►
reference_solutions
fields_reference_solution.f90
variables_reference_solution.f90
►
statistics
compute_field_statistics.f90
compute_statistics.f90
fields.f90
prepare_statistics.f90
variables.f90
►
validation
check_validation.f90
fields.f90
variables.f90
►
solver
►
hypre_interface
►
hypre_binding
common.f90
parcsr.f90
sstruct.f90
struct.f90
hypre_sstruct_cell.f90
hypre_sstruct_face.f90
hypre_struct_cell.f90
type.f90
►
lis_interface
lis_cell_interface.f90
lis_face_interface.f90
type.f90
►
mumps_interface
enum.f90
mumps_cell_interface.f90
mumps_face_interface.f90
type.f90
linear_system_solver_cell_interface.f90
linear_system_solver_face_interface.f90
scaled_residual.f90
type.f90
►
test_cases
►
processing
next_iteration.f90
post_process.f90
prepare.f90
probe_fields.f90
reference_solution.f90
►
validation
►
laminar_flows
►
ibd_backward_facing_step_axisymmetric
post_process.f90
►
mixed_convection
►
poiseuille_rayleigh_benard
next_iteration.f90
prepare.f90
►
multiphase
►
bubble_rise
post_process.f90
►
solitary_wave_periodic
initialize_solitary_wave.f90
post_process.f90
prepare.f90
►
solitary_wave_wall
prepare.f90
►
standing_wave
post_process.f90
►
turbulent_flows
►
les
►
turbulent_plane_channel_flow
next_iteration.f90
prepare.f90
variables.f90
►
verification
►
lagrangian_particles
post_process.f90
prepare.f90
►
linear_system_test
prepare.f90
variables.f90
►
navier
►
channel_3d
prepare.f90
reference_solution.f90
►
poiseuille_viscosity
prepare.f90
►
species_transport
►
advection
next_iteration.f90
prepare.f90
enum.f90
variables.f90
►
user
boundary_conditions.f90
checkpoint_restart.f90
compute_material_properties.f90
fields.f90
implicit_discretization_schemes.f90
initial_conditions.f90
initialize_user_fields_and_variables.f90
linear_term.f90
navier_grad_div_coef.f90
post_process.f90
prepare_energy.f90
prepare_navier.f90
prepare_phase_advection.f90
prepare_species_transport.f90
pressure_update.f90
probe_fields.f90
reference_solution.f90
solve_user_equations.f90
source_term.f90
variables_user.f90
▼
notus
►
command_line
print_usage.f90
read_command_line.f90
►
ui
►
nts_language
nts_language.f90
parse_affectation.f90
parse_array.f90
parse_assign.f90
parse_block.f90
parse_control_structures.f90
parse_declaration.f90
parse_export.f90
parse_include.f90
parse_path.f90
parse_print.f90
parse_write_file.f90
►
tree
►
definitions
definitions.f90
read_advection_scheme.f90
read_bc_diffusion_initializer.f90
read_bc_navier_initializer.f90
read_bc_phase_advection_initializer.f90
read_cell_bc_initializer.f90
read_diffusion_scheme.f90
read_file_initializer.f90
read_ibc_navier_initializer.f90
read_ibc_rans_initializer.f90
read_ibc_scalar_initializer.f90
read_initializer.f90
read_instructions.f90
read_material.f90
read_material_law.f90
read_phase_initializer.f90
read_shape.f90
read_solver.f90
read_species.f90
storage.f90
►
domain
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
grid
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
modeling
►
equations
►
energy
►
phase_change
block_reader.f90
finalization.f90
initialization.f90
state.f90
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
navier_stokes
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
phase_advection
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
species_transport
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
turbulence
►
les
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
rans
block_reader.f90
finalization.f90
initialization.f90
state.f90
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
user
block_reader.f90
finalization.f90
state.f90
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
materials
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
species
block_reader.f90
finalization.f90
initialization.f90
state.f90
block_reader.f90
finalization.f90
initialization.f90
print_summary_modeling_to_screen.f90
state.f90
►
numerical_parameters
►
energy
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
navier_stokes
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
phase_advection
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
species_transport
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
stop_tests
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
turbulence
►
les
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
rans
block_reader.f90
finalization.f90
initialization.f90
state.f90
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
user
block_reader.f90
finalization.f90
state.f90
block_reader.f90
finalization.f90
initialization.f90
print_summary_numerical_methods_to_screen.f90
state.f90
►
post_processing
►
probes
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
statistics
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
validation
block_reader.f90
finalization.f90
initialization.f90
state.f90
block_reader.f90
finalization.f90
initialization.f90
state.f90
►
system
block_reader.f90
finalization.f90
initialization.f90
state.f90
block_reader.f90
finalization.f90
state.f90
keywords.f90
read_input_file.f90
finalize_setup.f90
notus.f90
▼
unit_testing
►
computational_geometry
►
clip_polyhedron
clip_polyhedron.f90
►
flood_algorithm
flood_algorithm.f90
►
nested_dissection
nested_dissection.f90
►
paraboloid_intersection
paraboloid_intersection.f90
paraboloid_polyhedron.f90
►
plane_clipping
plane_clipping.f90
►
polygon
polygon.f90
►
polyhedron
polyhedron.f90
►
discretization
►
node_level_schemes
►
extrapolation
computer.f90
extrapolation.f90
►
finite_differences
►
check_schemes_first
finite_differences.f90
►
fd_scheme
check_schemes_first.f90
check_schemes_second.f90
check_weno_schemes_first.f90
computer.f90
finite_differences.f90
►
heat_equation_1D
heat_equation_1D.f90
►
integration
computer.f90
integration.f90
►
point_interpolation_1D
computer.f90
point_interpolation.f90
►
point_interpolation_2D
computer.f90
point_interpolation.f90
►
reconstruction
computer.f90
reconstruction.f90
solution_tools.f90
solutions.f90
tools.f90
type_convergence_checker.f90
►
interpolation
interpolation.f90
►
mof
►
hexa
►
bfgs
mof3d_bfgs.f90
►
bfgs_random_benchmark
mof3d_bfgs_random_benchmark.f90
►
generate_map
mof3d_generate_map.f90
►
gradient
mof3d_gradient.f90
►
minimization
mof3d_minimization.f90
►
parametric
mof3d_parametric.f90
►
tetra
►
centroid_derivative_map
centroid_derivative_map.f90
►
flood_tetra
flood_tetra.f90
►
gradient_time_performance
gradient_time_performance.f90
►
mesh_convertor
mesh_convertor.f90
read_tetrahedral_mesh.f90
tetrahedral_mesh.f90
►
minimization_random_benchmark
minimization_random_benchmark.f90
►
mof_toolbox
mof_problem.f90
mof_toolbox.f90
tools.f90
►
tetra_mesh
mof.f90
mof_mesh.f90
tetra_mesh.f90
tetrahedral_mesh.f90
►
synthetic_eddy_method
sem_test.f90
▼
test_cases
▼
doc
advanced_solvers.nts
basic_solvers.nts
boundary_conditions.nts
domain_block.nts
grid_block.nts
initializer.nts
main.nts
modeling_block.nts
notus_language.nts
numerical_parameters_block.nts
post_processing_block.nts
shapes.nts
system_block.nts
▼
unit_tests
►
compressible
neural_network_co2_miura.nts
neural_network_tanh_co2_widomeline.nts
peng_robinson.nts
peng_robinson_coolprop.nts
perfect_gas.nts
►
nts_language
assign.nts
chaos.nts
d2s.nts
eval.nts
function.nts
global.nts
if.nts
include.nts
include_std.nts
instruction.nts
is_defined.nts
kill.nts
kill_message.nts
kill_value.nts
logical.nts
numbers.nts
open_close_write.nts
print.nts
scope.nts
type_of.nts
value_of.nts
while.nts
►
parallelism
face_exchange_type_2D.nts
face_exchange_type_3D.nts
►
random_meshes
random_mesh_2D.nts
random_mesh_3D.nts
►
repartitioning
contraction_2D.nts
cylinders_2D.nts
obj_3D.nts
obstacles_2D.nts
serpentine_2D.nts
torus_3D.nts
►
shapes
►
get_distance
circle_2D.nts
cuboid_3D.nts
cylinder_3D.nts
half_space_2D.nts
half_space_3D.nts
polygon_2D.nts
rectangle_2D.nts
sphere_3D.nts
surface_mesh_3D.nts
torus_3D.nts
►
is_inside
circle_2D.nts
cuboid_3D.nts
cylinder_3D.nts
difference_2D.nts
half_space_2D.nts
half_space_3D.nts
intersection_2D.nts
polygon_2D.nts
rectangle_2D.nts
sphere_3D.nts
surface_mesh_3D.nts
torus_3D.nts
union_2D.nts
►
ray_trace
circle_2D.nts
cuboid_3D.nts
cylinder_3D.nts
difference_2D.nts
half_space_2D.nts
half_space_3D.nts
intersection_2D.nts
polygon_2D.nts
rectangle_2D.nts
sphere_3D.nts
surface_mesh_3D.nts
torus_3D.nts
union_2D.nts
circle_2D.nts
circle_bc_3D.nts
csg_2D.nts
csg_3D.nts
cuboid_3D.nts
cylinder_3D.nts
half_space_2D.nts
half_space_3D.nts
line_segment_2D.nts
polygon_2D.nts
rectangle_2D.nts
rectangle_bc_3D.nts
sphere_3D.nts
surface_mesh_3D.nts
torus_3D.nts
►
udf_library
►
udf_full
advection_scheme.f90
boundary_conditions.f90
checkpoint_restart.f90
diffusion_scheme.f90
grad_div_coef.f90
initial_conditions.f90
linear_terms.f90
main.f90
material_properties.f90
post_process.f90
prepare.f90
preprocess.f90
pressure_update.f90
probe_fields.f90
reference_solution.f90
source_terms.f90
user_equations.f90
test_udf_lib.nts
user_equations.nts
▼
validation
►
compressible
doc
compressible_rayleigh_benard_peng_robinson_3D.nts
compressible_steady_natural_convection_caseT1_2D.nts
compressible_steady_natural_convection_caseT2_2D.nts
compressible_steady_natural_convection_immersed_boundary_2D.nts
compressible_thermal_convection_square_cavity_2D.nts
compressible_thermal_convection_square_cavity_3D.nts
compressible_unsteady_natural_convection_2D.nts
supercritical_thermoacoustic_wave_1D.nts
thermoacoustic_wave_1D.nts
►
free_convection
►
convergence
thermal_convection_square_cavity_2D.nts
doc
thermal_convection_square_cavity_2D.nts
thermal_convection_square_cavity_3D.nts
thermosolutal_convection_square_cavity_2D.nts
thermosolutal_convection_square_cavity_3D.nts
►
laminar_flows
►
convergence
lid_driven_cavity_2D.nts
doc
backward_facing_step_2D.nts
backward_facing_step_axisym_2D.nts
lid_driven_cavity_2D.nts
lid_driven_cavity_3D.nts
sphere_3D.nts
►
mixed_convection
doc
poiseuille_rayleigh_benard_3D.nts
►
multiphase
►
bubble_rise
doc
►
solitary_waves
doc
solitary_wave_periodic_2D.nts
solitary_wave_wall_2D.nts
►
turbulent_flows
►
rans
►
convergence
turbulent_channel_flow_periodic_kwSST_tod2.nts
turbulent_channel_flow_periodic_v2f_tod2.nts
doc
►
udf_turbulence
main.f90
post_process.f90
turbulent_channel_flow_periodic_kwSST_180.nts
turbulent_channel_flow_periodic_kwSST_395.nts
turbulent_channel_flow_periodic_v2f_180.nts
turbulent_channel_flow_periodic_v2f_395.nts
turbulent_DHC_tall_cavity_kw_2D.nts
turbulent_DHC_tall_cavity_v2f_2D.nts
turbulent_flat_plate_anisotherm_2D.nts
turbulent_flat_plate_isotherm_2D.nts
►
udf_source_term_channel_flow
main.f90
source_terms.f90
▼
verification
►
cell_advection_diffusion_schemes
►
1d
►
doc
advection_diffusion_mixture
pure_advection
pure_diffusion
stationary_advection_diffusion
►
energy
►
convergence
►
space
►
advection
pure_advection_1d_space_exp_houc3.nts
pure_advection_1d_space_exp_houc5.nts
pure_advection_1d_space_exp_o1_upwind.nts
pure_advection_1d_space_exp_o2_upwind.nts
pure_advection_1d_space_exp_weno3.nts
pure_advection_1d_space_exp_weno3_fd.nts
pure_advection_1d_space_exp_weno5.nts
pure_advection_1d_space_exp_weno5_fd.nts
pure_advection_1d_space_imp_houc3.nts
pure_advection_1d_space_imp_o1_upwind.nts
pure_advection_1d_space_imp_o2_centered.nts
pure_advection_1d_space_imp_o2_upwind.nts
pure_advection_1d_space_imp_o4_centered.nts
pure_advection_1d_space_imp_quick.nts
►
advection_diffusion
advection_diffusion_1d_space_aexp_dimp_a=houc3_d=o2_centered.nts
advection_diffusion_1d_space_aexp_dimp_a=o1_upwind_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=houc3_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=houc3_d=o4_centered.nts
advection_diffusion_1d_space_exp_a=houc5_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=houc5_d=o4_centered.nts
advection_diffusion_1d_space_exp_a=o1_upwind_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=o2_upwind_d=o2_centered.nts
►
diffusion
pure_diffusion_1d_space_exp_o2_centered.nts
pure_diffusion_1d_space_exp_o4_centered.nts
pure_diffusion_1d_space_imp_o2_centered.nts
pure_diffusion_1d_space_imp_o4_centered.nts
►
time
►
advection
pure_advection_1d_time_exp_houc3_nssp3_o2.nts
pure_advection_1d_time_exp_houc3_nssp5_o3.nts
pure_advection_1d_time_exp_houc5_nssp3_o2.nts
pure_advection_1d_time_exp_houc5_nssp5_o3.nts
pure_advection_1d_time_exp_o1_upwind_euler.nts
pure_advection_1d_time_exp_o1_upwind_nssp3_o2.nts
pure_advection_1d_time_exp_o1_upwind_nssp5_o3.nts
pure_advection_1d_time_exp_o2_upwind_nssp3_o2.nts
pure_advection_1d_time_exp_o2_upwind_nssp5_o3.nts
pure_advection_1d_time_exp_weno3_fd_nssp3_o2.nts
pure_advection_1d_time_exp_weno3_fd_nssp5_o3.nts
pure_advection_1d_time_exp_weno3_nssp3_o2.nts
pure_advection_1d_time_exp_weno3_nssp5_o3.nts
pure_advection_1d_time_exp_weno5_fd_nssp3_o2.nts
pure_advection_1d_time_exp_weno5_fd_nssp5_o3.nts
pure_advection_1d_time_exp_weno5_nssp3_o2.nts
pure_advection_1d_time_exp_weno5_nssp5_o3.nts
pure_advection_1d_time_imp_houc3_tod2.nts
pure_advection_1d_time_imp_houc3_tod3.nts
pure_advection_1d_time_imp_o1_upwind_tod1.nts
pure_advection_1d_time_imp_o1_upwind_tod2.nts
pure_advection_1d_time_imp_o2_centered_tod2.nts
pure_advection_1d_time_imp_o2_centered_tod3.nts
pure_advection_1d_time_imp_o2_upwind_tod2.nts
pure_advection_1d_time_imp_o2_upwind_tod3.nts
pure_advection_1d_time_imp_quick_tod2.nts
pure_advection_1d_time_imp_quick_tod3.nts
►
advection_diffusion
advection_diffusion_1d_space_aexp_dimp_tod2.nts
advection_diffusion_1d_space_aexp_dimp_tod3.nts
►
diffusion
pure_diffusion_1d_time_exp_o2_centered_euler.nts
pure_diffusion_1d_time_exp_o2_centered_rk2.nts
pure_diffusion_1d_time_exp_o4_centered_euler.nts
pure_diffusion_1d_time_exp_o4_centered_rk2.nts
pure_diffusion_1d_time_imp_o2_centered_tod1.nts
pure_diffusion_1d_time_imp_o2_centered_tod2.nts
pure_diffusion_1d_time_imp_o2_centered_tod3.nts
adv_diff_stationary.nts
pure_advection_1d_exp.nts
pure_advection_1d_imp.nts
pure_diffusion_1d_exp.nts
pure_diffusion_1d_imp.nts
►
species_transport
►
convergence
►
space
►
advection
pure_advection_1d_space_exp_houc3.nts
pure_advection_1d_space_exp_houc5.nts
pure_advection_1d_space_exp_o1_upwind.nts
pure_advection_1d_space_exp_o2_upwind.nts
pure_advection_1d_space_exp_weno3.nts
pure_advection_1d_space_exp_weno3_fd.nts
pure_advection_1d_space_exp_weno5.nts
pure_advection_1d_space_exp_weno5_fd.nts
pure_advection_1d_space_imp_houc3.nts
pure_advection_1d_space_imp_o1_upwind.nts
pure_advection_1d_space_imp_o2_centered.nts
pure_advection_1d_space_imp_o2_upwind.nts
pure_advection_1d_space_imp_o4_centered.nts
pure_advection_1d_space_imp_quick.nts
►
advection_diffusion
advection_diffusion_1d_space_aexp_dimp_a=houc3_d=o2_centered.nts
advection_diffusion_1d_space_aexp_dimp_a=o1_upwind_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=houc3_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=houc3_d=o4_centered.nts
advection_diffusion_1d_space_exp_a=houc5_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=houc5_d=o4_centered.nts
advection_diffusion_1d_space_exp_a=o1_upwind_d=o2_centered.nts
advection_diffusion_1d_space_exp_a=o2_upwind_d=o2_centered.nts
►
diffusion
pure_diffusion_1d_space_exp_o2_centered.nts
pure_diffusion_1d_space_exp_o4_centered.nts
pure_diffusion_1d_space_imp_o2_centered.nts
pure_diffusion_1d_space_imp_o4_centered.nts
►
time
►
advection
pure_advection_1d_time_exp_houc3_nssp3_o2.nts
pure_advection_1d_time_exp_houc3_nssp5_o3.nts
pure_advection_1d_time_exp_houc5_nssp3_o2.nts
pure_advection_1d_time_exp_houc5_nssp5_o3.nts
pure_advection_1d_time_exp_o1_upwind_euler.nts
pure_advection_1d_time_exp_o1_upwind_nssp3_o2.nts
pure_advection_1d_time_exp_o1_upwind_nssp5_o3.nts
pure_advection_1d_time_exp_o2_upwind_nssp3_o2.nts
pure_advection_1d_time_exp_o2_upwind_nssp5_o3.nts
pure_advection_1d_time_exp_weno3_fd_nssp3_o2.nts
pure_advection_1d_time_exp_weno3_fd_nssp5_o3.nts
pure_advection_1d_time_exp_weno3_nssp3_o2.nts
pure_advection_1d_time_exp_weno3_nssp5_o3.nts
pure_advection_1d_time_exp_weno5_fd_nssp3_o2.nts
pure_advection_1d_time_exp_weno5_fd_nssp5_o3.nts
pure_advection_1d_time_exp_weno5_nssp3_o2.nts
pure_advection_1d_time_exp_weno5_nssp5_o3.nts
pure_advection_1d_time_imp_houc3_tod2.nts
pure_advection_1d_time_imp_houc3_tod3.nts
pure_advection_1d_time_imp_o1_upwind_tod1.nts
pure_advection_1d_time_imp_o1_upwind_tod2.nts
pure_advection_1d_time_imp_o2_centered_tod2.nts
pure_advection_1d_time_imp_o2_centered_tod3.nts
pure_advection_1d_time_imp_o2_upwind_tod2.nts
pure_advection_1d_time_imp_o2_upwind_tod3.nts
pure_advection_1d_time_imp_quick_tod2.nts
pure_advection_1d_time_imp_quick_tod3.nts
►
advection_diffusion
advection_diffusion_1d_space_aexp_dimp_tod2.nts
advection_diffusion_1d_space_aexp_dimp_tod3.nts
►
diffusion
pure_diffusion_1d_time_exp_o2_centered_euler.nts
pure_diffusion_1d_time_exp_o2_centered_rk2.nts
pure_diffusion_1d_time_exp_o4_centered_euler.nts
pure_diffusion_1d_time_exp_o4_centered_rk2.nts
pure_diffusion_1d_time_imp_o2_centered_tod1.nts
pure_diffusion_1d_time_imp_o2_centered_tod2.nts
pure_diffusion_1d_time_imp_o2_centered_tod3.nts
pure_advection_1d_exp.nts
pure_advection_1d_imp.nts
pure_diffusion_1d_exp.nts
pure_diffusion_1d_imp.nts
►
compressible
►
convergence
acoustic_pulse_propagation_2D.nts
acoustic_pulse_propagation_2D_space.nts
manufactured_highmach_navier_energy_pg_unsteady_2D.nts
manufactured_lowmach_navier_energy_pg_unsteady_2D.nts
manufactured_lowmach_navier_energy_pg_unsteady_2D_explicit.nts
piston_perfect_gas_2D.nts
doc
acoustic_pulse_propagation_2D.nts
manufactured_highmach_navier_energy_pg_unsteady_2D.nts
manufactured_navier_cst_unsteady_2D.nts
manufactured_navier_pg_unsteady_2D.nts
manufactured_stokes_cst_unsteady_2D.nts
piston_perfect_gas_2D.nts
►
laplacian
►
convergence
cylinder_dirichlet_2D.nts
dirichlet_1D_unsteady_sourceterm_former.nts
dirichlet_2D.nts
dirichlet_2D_former.nts
mixed_2D_former.nts
periodic_energy_1D_unsteady_explicit_tod1.nts
periodic_energy_1D_unsteady_explicit_tod2.nts
periodic_unsteady_1D_implicit_tod1.nts
periodic_unsteady_1D_implicit_tod2.nts
doc
►
ibm
cylinder_dirichlet_2D.nts
cylinder_dirichlet_sinus_2D.nts
cylinder_neumann_2D.nts
cylinder_neumann_sinus_2D.nts
flower_sinus_2D.nts
sphere6_3D.nts
sphere6_sinus_3D.nts
sphere_dirichlet_3D.nts
sphere_dirichlet_sinus_3D.nts
sphere_neumann_3D.nts
sphere_neumann_sinus_3D.nts
bc_schemes_1D_ghost.nts
bc_schemes_1D_ghost_former.nts
bc_schemes_1D_noghost.nts
bc_schemes_1D_noghost_former.nts
bc_schemes_2D_3D.nts
dirichlet_1D_unsteady_sourceterm.nts
dirichlet_1D_unsteady_sourceterm_former.nts
dirichlet_2D_former.nts
dirichlet_3D_former.nts
dirichlet_3D_o2_ghost.nts
dirichlet_3D_o2_noghost.nts
dirichlet_3D_o4_ghost.nts
dirichlet_3D_o4_noghost.nts
dirichlet_axisymmetric_2D.nts
dirichlet_axisymmetric_2D_former.nts
mixed_2D_former.nts
neumann_2D.nts
neumann_3D.nts
parabolic_3D_former.nts
periodic_2D.nts
periodic_3D.nts
periodic_energy_1D_unsteady_explicit_tod1.nts
periodic_species_1D_unsteady_explicit_tod1.nts
robin_2D_former.nts
robin_2D_ghost.nts
robin_2D_noghost.nts
robin_3D_former.nts
robin_3D_ghost.nts
robin_3D_noghost.nts
►
navier
►
convergence
channel_3D.nts
poiseuille_2D.nts
poiseuille_viscosity_2D.nts
poiseuille_viscosity_3D.nts
taylor_green_vortex_2D_explicit.nts
taylor_green_vortex_2D_implicit.nts
doc
►
ibm
►
convergence
couette_2D.nts
poiseuille_tilted_2D.nts
poiseuille_tilted_2D.nts
poiseuille_tilted_2D_explicit.nts
poiseuille_tilted_2D_explicit_one_sided.nts
channel_3D.nts
channel_3D_explicit.nts
channel_3D_explicit_lwtvd.nts
poiseuille_2D.nts
poiseuille_2D_explicit.nts
poiseuille_2D_explicit_lwtvd.nts
poiseuille_2D_explicit_split.nts
poiseuille_3D_explicit.nts
poiseuille_3D_explicit_lwtvd.nts
poiseuille_3D_former.nts
poiseuille_3D_ghost.nts
poiseuille_3D_noghost.nts
poiseuille_axisymmetric_2D.nts
poiseuille_axisymmetric_explicit_2D.nts
poiseuille_periodic_2D.nts
poiseuille_periodic_3D.nts
poiseuille_viscosity_2D.nts
poiseuille_viscosity_3D.nts
taylor_green_vortex_2D_implicit.nts
taylor_green_vortex_3D.nts
►
phase_advection
►
mof
doc
filament_periodic_2D.nts
periodic_axisymmetric_2D.nts
periodic_boundary_conditions_2D.nts
reversible_vortex_2D.nts
reversible_vortices_axisymmetric_2D.nts
zalesak_disk_2D.nts
►
vof_plic
doc
bubble_distorsion_conservative_method_2D.nts
single_vortex_2D.nts
single_vortex_3D.nts
single_vortex_conservative_vof_2D.nts
single_vortex_conservative_vof_3D.nts
Generated on Wed Feb 4 2026 01:00:17 for Notus by
1.12.0