Scribner Decimal C Rule Board Foot Calculator

Calculate Volume





Unit Converter ▲

Unit Converter ▼

From: To:

Formula

The formula used to calculate the volume is:

\[ \text{Board Feet} = \left(0.0494 \times D^2 \times L\right) - \left(0.124 \times D \times L\right) - \left(0.269 \times L\right) \]

Definition

The Scribner Decimal C Rule is a method used in the forest industry to measure the volume of a log in board feet. It applies to logs with various diameters and lengths.

Steps to calculate the volume:

  1. Measure the diameter on the small end of the log in inches.
  2. Enter the length of the log in feet.
  3. The formula calculates the volume in board feet, rounded to the nearest 10 board feet.

Example Calculation

Let's assume the following values:

Using the formula:

\[ \text{Board Feet} = \left(0.0494 \times 20^2 \times 16\right) - \left(0.124 \times 20 \times 16\right) - \left(0.269 \times 16\right) = 224 \]

Conversion Chart

Diameter (inches) Length (feet) Volume
6 16 12.3
8 16 30.4
10 16 54.9
12 16 85.7
14 16 122.8
16 16 166.3
18 16 216.1
20 16 272.2
22 16 334.6
24 16 403.4
26 16 478.4
28 16 559.8
30 16 647.5
32 16 741.6
34 16 841.9
36 16 948.6
This version replaces the JavaScript calculation with a PHP function that performs the same calculations when the form is submitted. The results are displayed on the page after submission. Let me know if you need any further adjustments!