File:SwNormalisation.svg

Summary

Description
English: Illustration of how water saturation normalization is performed, illustrating the article Relative permeability
Date
Source Own work
Author Berland
SVG development
InfoField
 The SVG code is valid.
V
 This vector image was created with PGF/TikZ.
Category:Valid SVG created with TikZ#SwNormalisation.svg
 and with Inkscape.
Category:SVG created also with Inkscape
 Category:Translation possible - SVGThis file uses embedded text that can be easily translated using a text editor.

Source code

TIKZ (TikZ) – This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
TIKZ (TikZ) This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
This media was created with PGF/TikZ (pair of languages for producing vector graphics from a geometric/algebraic description)Category:Images with PGF/TikZ source code
Here is a listing of the source used to create this file.

Deutsch  English  +/− This image is created with Tikz in LaTeX, compiled with pdflatex, imported into Inkscape, cropped under 'File -> Document Properties', -> 'Fit page to selection', and exported as SVG (still in inkscape).

\documentclass{minimal}
\usepackage{tikz}
\begin{document}
\centering
\begin{tikzpicture}
  [endpoint/.style={scale=0.5,fill,rectangle},
  point/.style={scale=0.5,fill,circle}]
  \node[endpoint,name=sw0] at (0,0) {};
  \node[endpoint,name=sw1] at (5,0) {};
  \node[endpoint,name=swn0] at (0,-2) {};
  \node[endpoint,name=swn1] at (5,-2) {};
  
  \node[point,name=swir] at (0.5,0) {};
  \node[point,name=sorw] at (4.1,0) {};
  \node[point,name=sw] at (3,0) {};
  \node[point,name=swn] at (3.4722,-2) {}; % Calculated
  
  \node[below] at (swir) {$S_{wir}$};
  \node[below,xshift=12,yshift=-5] at (sorw) {$S_{orw}$};
  \node[below] at (sw) {$S_w$};
  \node[below] at (swn) {$S_{wn}$};
  \draw[,|<->|,yshift=-5] (4.1,0) -- (5,0);
  
  \draw[thick,shorten <=12,shorten >=0.5,blue,->] (swir) -- (swn0);
  \draw[thick,shorten <=18,shorten >=0.5,blue,->] (sorw) -- (swn1);
  \draw[thick,shorten <=12,shorten >=0.5,blue,->] (sw) -- (swn);
  
  \node[above] at (sw0.north) {$S_w=0$};
  \node[above] at (sw1.north) {$S_w=1$};
  \node[below] at (swn0.south) {$S_{wn} = 0$};
  \node[below] at (swn1.south) {$S_{wn} = 1$};
  
  
  \draw[thick] (sw0) -- (sw1);
  
  \draw[thick] (swn0) -- (swn1);
\end{tikzpicture}
\end{document}

Licensing

Berland, the copyright holder of this work, hereby publishes it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Attribution:
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#SwNormalisation.svg
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#SwNormalisation.svgCategory:GFDL#SwNormalisation.svg
You may select the license of your choice.
Category:Self-published work
Category:Images with LaTeX source code Category:Multiphase flow Category:TikZ graphics
Category:CC-BY-SA-3.0 Category:GFDL Category:Images with LaTeX source code Category:Images with PGF/TikZ source code Category:License migration redundant Category:Multiphase flow Category:SVG created also with Inkscape Category:Self-published work Category:TikZ graphics Category:Translation possible - SVG Category:Valid SVG created with TikZ