Skip to content

Commit

Permalink
Merge pull request #4 from SvenErik1968/v6.0-beta
Browse files Browse the repository at this point in the history
V6.0
  • Loading branch information
SvenErik1968 authored Dec 23, 2019
2 parents 3e9f145 + 661e980 commit 23cfc27
Show file tree
Hide file tree
Showing 12 changed files with 6,767 additions and 11,509 deletions.
8,646 changes: 2,320 additions & 6,326 deletions IOR_Biaxial.inc

Large diffs are not rendered by default.

5,695 changes: 2,875 additions & 2,820 deletions IOR_Birefringence.inc

Large diffs are not rendered by default.

93 changes: 0 additions & 93 deletions IOR_Dispersion.inc

This file was deleted.

66 changes: 33 additions & 33 deletions IOR_Gases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
/////////////////////////////////////////////////
// GASES //
/////////////////////////////////////////////////
#declare Acetone_Gas_IOR = 1.001090;
#declare Air_0C_IOR = 1.00029238; // At 0°C => https://physics.info/refraction/
#declare Air_15C_IOR = 1.00027712; // At 15°C => https://physics.info/refraction/
#declare Air_30C_IOR = 1.00026337; // At 30°C => https://physics.info/refraction/
#declare Air_60C_IOR = 1.00023958; // At 60°C => https://physics.info/refraction/
#declare Air_neg_15C_IOR = 1.00030942; // At -15°C => https://physics.info/refraction/
#declare Air_STP_IOR = 1.000277; // At 25°C and 1 atm
#declare Alcohol_Methyl_Gas_IOR = 1.000586;
#declare Ammonia_Gas_IOR = 1.000376;
#declare Argon_Gas_IOR = 1.000281;
#declare Benzene_Gas_IOR = 1.001762;
#declare Bromine_Gas_IOR = 1.001132;
#declare Carbon_dioxide_0C_IOR = 1.001;
#declare Carbon_Disulphide_Gas_IOR = 1.001481;
#declare Carbon_Monoxide_Gas_IOR = 1.000338;
#declare Chlorine_Gas_IOR = 1.000773;
#declare Chloroform_Gas_IOR = 1.001450;
#declare Disilane_0C_IOR = 1.0016574; // Si2H6
#declare Ether_Ethyl_Gas_IOR = 1.001533;
#declare Ether_Methyl_Gas_IOR = 1.000891;
#declare Ethyl_Alcohol_Gas_IOR = 1.000878;
#declare Helium_0C_IOR = 1.000036;
#declare Hydrochloric_Acid_Gas_IOR = 1.000447;
#declare Hydrogen_0C_IOR = 1.000132;
#declare Methane_Gas_IOR = 1.000444;
#declare Nitric_Oxide_Gas_IOR = 1.000297;
#declare Nitrogen_Gas_IOR = 1.000298;
#declare Nitrous_Oxide_Gas_IOR = 1.000516;
#declare Oxygen_Gas_IOR = 1.000271;
#declare Pentane_Gas_IOR = 1.000686;
#declare Perfluoro_n_butane_IOR = 1.0014; // C4F10 => https://twiki.cern.ch/twiki/bin/view/LHCb/C4F10
#declare Sulphur_Dioxide_Gas_IOR = 1.000686;
#declare Water_Vapor_IOR = 1.000261;
#declare IOR_Gas_Acetone = 1.00109; // Source: [52]
#declare IOR_Gas_Air_at_0C = 1.000292; // Source: [21]. Comment: At 0°C
#declare IOR_Gas_Air_at_15C = 1.000277; // Source: [21]. Comment: At 15°C
#declare IOR_Gas_Air_at_15C = 1.000309; // Source: [21]. Comment: At -15°C
#declare IOR_Gas_Air_at_25C = 1.000277; // Source: [16]. Comment: At 25°C and 1 atm
#declare IOR_Gas_Air_at_30C = 1.000263; // Source: [21]. Comment: At 30°C
#declare IOR_Gas_Air_at_60C = 1.00024; // Source: [21]. Comment: At 60°C
#declare IOR_Gas_Alcohol_Methyl = 1.000586; // Source: [52]
#declare IOR_Gas_Ammonia = 1.000376; // Source: [52]
#declare IOR_Gas_Argon = 1.000281; // Source: [52]
#declare IOR_Gas_Benzene = 1.001762; // Source: [52]
#declare IOR_Gas_Bromine = 1.001132; // Source: [52]
#declare IOR_Gas_Carbon_Dioxide = 1.001; // Source: [52]
#declare IOR_Gas_Carbon_disulphide = 1.001481; // Source: [52]
#declare IOR_Gas_Carbon_Monoxide = 1.000338; // Source: [52]
#declare IOR_Gas_Chlorine = 1.000773; // Source: [52]
#declare IOR_Gas_Chloroform = 1.00145; // Source: [52]
#declare IOR_Gas_Disilane = 1.001657; // Source: [78]. Comment: Si2H6. at 0°C
#declare IOR_Gas_Ether_Ethyl = 1.001533; // Source: [52]
#declare IOR_Gas_Ether_Methyl = 1.000891; // Source: [52]
#declare IOR_Gas_Ethyl_Alcohol = 1.000878; // Source: [52]
#declare IOR_Gas_Helium = 1.000036; // Source: [52]. Comment: At 0°C
#declare IOR_Gas_Hydrochloric_Acid = 1.000447; // Source: [52]
#declare IOR_Gas_Hydrogen = 1.000132; // Source: [52]. Comment: At 0°C
#declare IOR_Gas_Methane = 1.000444; // Source: [52]
#declare IOR_Gas_Nitric_Oxide = 1.000297; // Source: [52]
#declare IOR_Gas_Nitrogen = 1.000298; // Source: [52]
#declare IOR_Gas_Nitrous_Oxide = 1.000516; // Source: [52]
#declare IOR_Gas_Oxygene = 1.000271; // Source: [52]
#declare IOR_Gas_Pentane = 1.000686; // Source: [52]
#declare IOR_Gas_Perfluoro_n_butane = 1.0014; // Source: [50]. Comment: C4F10
#declare IOR_Gas_Sulphur_Dioxide = 1.000686; // Source: [52]
#declare IOR_Gas_Water_vapor = 1.000261; // Source: [52]


#ifdef(View_POV_Include_Stack)
Expand Down
Loading

0 comments on commit 23cfc27

Please sign in to comment.