Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
c08917f1
Commit
c08917f1
authored
12 years ago
by
andy
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: Code formatting
parent
cf085c7f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntry.H
+43
-45
43 additions, 45 deletions
...FOAM/primitives/functions/DataEntry/DataEntry/DataEntry.H
with
43 additions
and
45 deletions
src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntry.H
+
43
−
45
View file @
c08917f1
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
2
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -142,62 +142,60 @@ public:
virtual
void
convertTimeBase
(
const
Time
&
t
);
public
:
// Evaluation
// Evaluation
//- Return value as a function of (scalar) independent variable
virtual
Type
value
(
const
scalar
x
)
const
;
//- Return value as a function of (scalar) independent variable
virtual
Type
value
(
const
scalar
x
)
const
;
//- Return value as a function of (scalar) independent variable
virtual
tmp
<
Field
<
Type
>
>
value
(
const
scalar
Field
&
x
)
const
;
//- Return value as a function of (scalar) independent variable
virtual
tmp
<
Field
<
Type
>
>
value
(
const
scalarField
&
x
)
const
;
//- Integrate between two (scalar) values
virtual
Type
integrate
(
const
scalar
x1
,
const
scalar
x
2
)
const
;
//- Integrate between two (scalar) values
virtual
Type
integrate
(
const
scalar
x1
,
const
scalar
x2
)
const
;
//- Integrate between two (scalar) values
virtual
tmp
<
Field
<
Type
>
>
integrate
(
const
scalarField
&
x1
,
const
scalarField
&
x2
)
const
;
//- Integrate between two (scalar) values
virtual
tmp
<
Field
<
Type
>
>
integrate
(
const
scalarField
&
x1
,
const
scalarField
&
x2
)
const
;
//- Return dimensioned type
virtual
dimensioned
<
Type
>
dimValue
(
const
scalar
x
)
const
;
//- Return dimensioned type
virtual
dimensioned
<
Type
>
dimValue
(
const
scalar
x
)
const
;
//- Return dimensioned type as a function of (scalar)
virtual
tmp
<
Field
<
dimensioned
<
Type
>
>
>
dimValue
(
const
scalarField
&
x
)
const
;
//- Return dimensioned type as a function of (scalar)
virtual
tmp
<
Field
<
dimensioned
<
Type
>
>
>
dimValue
(
const
scalarField
&
x
)
const
;
//- Integrate between two scalars and return
s
a dimensioned type
virtual
dimensioned
<
Type
>
dimIntegrate
(
const
scalar
x1
,
const
scalar
x2
)
const
;
//- Integrate between two scalars and return a dimensioned type
virtual
dimensioned
<
Type
>
dimIntegrate
(
const
scalar
x1
,
const
scalar
x2
)
const
;
//- Integrate between two scalars and returns list of dimensioned type
virtual
tmp
<
Field
<
dimensioned
<
Type
>
>
>
dimIntegrate
(
const
scalarField
&
x1
,
const
scalarField
&
x2
)
const
;
//- Integrate between two scalar fields and return a field of
// dimensioned type
virtual
tmp
<
Field
<
dimensioned
<
Type
>
>
>
dimIntegrate
(
const
scalarField
&
x1
,
const
scalarField
&
x2
)
const
;
// I/O
// I/O
//- Ostream Operator
friend
Ostream
&
operator
<<
<
Type
>
(
Ostream
&
os
,
const
DataEntry
<
Type
>&
de
);
//- Ostream Operator
friend
Ostream
&
operator
<<
<
Type
>
(
Ostream
&
os
,
const
DataEntry
<
Type
>&
de
);
//- Write in dictionary format
virtual
void
writeData
(
Ostream
&
os
)
const
;
//- Write in dictionary format
virtual
void
writeData
(
Ostream
&
os
)
const
;
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment