• No results found

Parameter Estimation for Bingham Models

N/A
N/A
Protected

Academic year: 2021

Share "Parameter Estimation for Bingham Models"

Copied!
16
0
0

Loading.... (view fulltext now)

Full text

(1)

Dr. Volker Schulz, Dmitriy Logashenko

Parameter Estimation for Bingham Models

supported by BMBF

(2)

Parameter Estimation for Bingham Models

• Industrial application of ceramic pastes

• Material laws for Bingham fluids

• Parameter identification technique

• Discretization of the model

• Numerical solution of the variational problem

• Experiment

• Precision of the technique

• Shape Optimization of the device

• Optimal Shape: numerical results

(3)

Object: ceramic pastes used, e. g. in production of bricks or bodies of catalytic converters

Industrial partner: Braun GmbH (Friedrichshafen) Products: outlets for the extrusion machines

Aim of the project: a fast model based measurement tech-

(4)

The continuity and impulse equations:

div u = 0, ρ ∂ u

∂t = div T + f with the stress tensor:

T = −pI + T E ( D ), where D = 1 2 ∇ u + (∇ u ) T 

is the strain tensor.

For Bingham fluids

T E ( D ) = 2µ( D ) D = 2 

η B + τ F (2II D )

12

 D where II D is the second invariant of D ,

II D = 1 2 Tr D 2 − (Tr D ) 2 

= 1 2 Tr D 2 . This form of T E holds only under a condition

|II T

E

| > τ F 2

else the material is considered as a rigid body:

D = 0 for |II T

E

| ≤ τ F 2 . Two parameters:

η B Bingham viscosity,

τ F yield stress .

(5)

Regularization:

µ( D ) = η B + τ F (δ + 2II D )

21

δ — a regularization parameter.

The regularized PDE system for a stationary flow:

div u = 0,

−div  2 

η B + τ F (δ + 2Tr D 2 )

12



· D 

+ ∇p = 0.

The stress tensor:

T = −pI + 2(η B + τ F (δ + 2Tr D 2 )

12

) · D

The boundary conditions of the 3rd kind for describing the wall sliding:

n T Tt − k u T t = τ G , u T n = 0.

Two additional parameters:

k wall sliding factor ,

τ G sliding limit .

(6)

Parameter identification

HH   H H 

 6

?

H 6

? h

-

 L

Γ in α

Γ out Γ 0 HH j

Γ 0  *

devices for measuring the normal stress

 

 

 )

For the used device H = 30 mm, h = 10 mm, L = 244 mm,

α ≈ 2.35 0 . The average inflow velocity of the paste is 80 mm s .

(7)

Let the equation

c ( u , p, q) = 0

comprise the PDE system with the boundary conditions, where q = (η B , τ F , k, τ G ) T . Note that the pressure p is defined up to a constant.

The parameters are determined from the output least squares problem

7

X

i=2

1

σ i 2 ((π P

i

( u , p, q) − π P

1

( u , p, q)) − (ˆ π i − ˆ π 1 )) 2 → min s . t . c ( u , p, q) = 0,

where

• P i are the measurement points

• ˆ π i are the measured normal stresses

• π P ( u , p, q) = n T P T P ( u , p, q) n P are the normal stresses com- puted on u and p

• σ i = 0.08(ˆ π i + ˆ π 1 ) are the standard deviations for the dif- ference evaulations, if all measurements are assumed to be independently normally distributed with expectation ˆ

π i and standard deviation 0.08ˆ π i .

(8)

Discretization

• A collocated finite-volume scheme based on the idea from Schneider G.E., Raw M.J. Control Volume Finite- Element Method for Heat Transfer and Fluid Flow Us- ing Colocated Variables — 1. Computational Procedure.

Numerical Heat Transfer 11: 363–390 (1987)

• The fixed point method for the solution of the discretized system. The discretized system is represented in the form

A ( x , q) x = f , where A is a sparse matrix.

• The inner multi-grid method with ILU smoothers for the solution of the linear systems in the fixed point iteration.

The model has been implemented on the base of UG toolbox

(s. Bastian P., Birken K., Johannsen K., Lang S., Neuß N.,

Wieners C. UG — a flexible software toolbox for solving

partial differential equations. Comput Visual Sci 1: 27–40

(1997)).

(9)

The discretized problem:

f ( x , q) → min, s. t. c ( x , q) = 0, where f : R n×4 R and c : R n×4 R n . The Jacobian J = ∂ c

∂ x is assumed to be nonsingular.

The dimention n of the constraint is very large — application of structure exploiting methods to reduce the computation time.

Numerical solution by a Reduced SQP method.

Idea: Linearization of the constraint by a Taylor expansion:

c ( x , q) + J ( x , q) ∆ x + ∂ c

∂q ( x , q) ∆q = 0,

imposing a quadratic subproblem with the approximate pro- jected Hessian of the Lagrangian

L( x , q, λ) = f ( x , q) − λ T c ( x , q).

(10)

Algorithm 1: The Redused SQP method.

(0) Set k := 0; start at some initial guess x 0 , q 0 .

(1) Compute the adjoint variables from the linear system J T ( x k , q k ) λ k+1 := ∇ x f ( x k , q k );

compute the reduced gradient γ k := ∇ q f ( x k , q k ) −

 ∂ c

∂q ( x k , q k )

 T

λ k+1 ; determine some approximation B k of the projected Hessian of the Lagrangian.

(2) solve B k ∆q k = −γ k .

(3) compute step on x from the linear system J ( x k , q k ) ∆ x k := − ∂ c

∂q ( x k , q k ) ∆q k + c ( x k , q k ).

(4) Set x k+1 := x k + ∆ x k , q k+1 := q k + ∆q k . (5) k := k + 1; go to (1) until convergence.

The approximate projected Hessian B k — by BGFS up- date formula:

B 0 = αI,

B k+1 = B k + v k v k T

v k T s k − (Bs k )(Bs k ) T s T k Bs k , with s k := q k − q k−1 , v k := γ k − γ k−1 .

2-step superlinear local convergence to the minimum

Difficulty: necessaty of inverting J and J T .

(11)

Algorithm 2: The RSQP method with an approximate Ja- cobian.

(0) Set k := 0; start at some initial guess x 0 , q 0 . (1) Compute ∆λ k from the linear system

A T ( x k , q k ) ∆λ k := ∇ x f ( x k , q k ) − J T ( x k , q k ) λ k ; compute the reduced gradient

γ k := ∇ q f ( x k , q k ) −

 ∂ c

∂q ( x k , q k )

 T

k + ∆λ k );

determine some approximation B k of the projected Hessian of the Lagrangian.

(2) solve B k ∆q k = −γ k .

(3) compute step on x form the linear system A ( x k , q k ) ∆ x k := − ∂ c

∂q ( x k , q k ) ∆q k + c ( x k , q k ).

(4) Set x k+1 := x k + ∆ x k , q k+1 := q k + ∆q k and λ k+1 = λ k + ∆λ k .

(5) k := k + 1; go to (1) until convergence.

Equivalent to:

0 0 A T

0 B k

 ∂ c

∂q

 T

A c

∂q 0

∆ x

∆q

∆λ

 =

∇ x L

∇ q L

− c

 .

(12)

Experiment

- 6

0 2 4 6 8 10 π i − π 1 , bar

1 i 2 3 4 5 6 7 i

i i

i i

i i

v v

v v

v v

v

The differences of the normal stresses.

Empty circles — the relative measured stresses (ˆ π i − ˆ π 1 ), the black circles — the computed stresses π h,i ( x , q) − π h,1 ( x , q) Computation time of the parameter identification: 12 min.

Computation time of the flow simulation: 5 min.

(SGI Indigo 2 with a R4400 Processor, 200 MHz)

η B = 0.302 bar · s, τ F = 3.03 bar,

k = 0.497 bar·s m , τ G = 0.180 bar.

(13)

We assume that the measurements at the different measure- ment points are statistically independent and satisfy the nor- mal distribution. The precision of these measurements is 8%.

Let

Π( x , q) = (π 2 ( x , q) − π 1 ( x , q), . . . , π 7 ( x , q) − π 1 ( x , q)) T ,

S(q) =

 ∂Π

∂ x

∂Π

∂q



−J −1 ∂c

∂q I

(here x form c ( x , q) = 0).

D = diag {0.08(ˆ π i−1 − ˆ π 1 )}.

The covariance matrix of the parameters:

Cov (q) = h

(S(q)) T D 2 S(q) i −1

. Covariances for the simple device:

Value Cov. 95%-conf. int

η B 0.302 5568.20 ±237.4

τ F 3.03 16669.2 ±410.8

k 0.497 18052.5 ±428.5

τ 0.180 30.1338 ±17.5

(14)

t

t 6

h 0

t

t 6

h 1

t

t 6

h 2

t

t 6

h 3

t

t 6

h 4 t

t 6 h 5

t

t

6 h 6 t

t 6 h 7

-

 L

Φ( Cov (q)) = 1 4 Tr Cov (q) → min s . t . h 0 ≥ . . . ≥ h 7 ,

h 0 ≥ h min , h 7 ≤ h max

(A-optimal design) Numerical solution:

• A “gradient-free” optimization method

• Penalty technique for the constraints

• Assumption that all normal stresses are measured with

the equal absolute standard deviations

(15)

Numerical results for the optimized shape: the pressure field

Confidence intervals for the simple and optimized de- vices:

Parameter Simple Optimized η B = 0.302 bar · s ±26.3 ±0.00421 τ F = 3.03 bar ±38.5 ±0.0520 k = 0.497 bar·s m ±46.2 ±0.0640 τ G = 0.180 bar ±1.48 ±0.0819

(Standard deviation of the stress measurements: 0.05 bar)

(16)

Conclusion:

• Simulation of Flows of the Bingham Fluids

• Parameter Identification

• Shape Optimization for the Measurement Device

References

Related documents

The convective cloud simulated by the sub-grid cloud model is considered to be composed of air transported vertically-from below the cloud, entrained from above the cloud

AWC malnutrition gender independence analysis: To determine if there was a statistically significant difference between malnutrition rates in females and males in

Here, we report the genome sequence of Pectobacterium carotovorum strain SCC1, a Finnish soft rot model strain isolated from a diseased potato tuber in the early 1980 ’ s.. The

Keywords: Data Envelopment Analysis, Undesirable Outputs, Non-radial Model, Minimum Face.. Corresponding

Scott identifies the elderly man as Thomas the Rhymer.[14][15] Another legend concerns the Eildon Tree Stone, a large moss-covered boulder near Melrose, marking the spot

The proposed joint admission and power control problem aims to maximize the number of small cells admitted with their outage probability constraints satisfied and

Subsequently, the performance of these microorganisms with respect to growth and carbon source uptake rate as well as biomass yield was established by cultivating the six