Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Özgür Ozan Sen
ogs
Commits
361765f4
Commit
361765f4
authored
8 years ago
by
Dmitri Naumov
Browse files
Options
Downloads
Patches
Plain Diff
[Mat] Fix IdealGasLaw documentation.
Typo. Remove non-existing parameter docu.
parent
deeb23f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MaterialLib/Fluid/Density/IdealGasLaw.h
+1
-2
1 addition, 2 deletions
MaterialLib/Fluid/Density/IdealGasLaw.h
with
1 addition
and
2 deletions
MaterialLib/Fluid/Density/IdealGasLaw.h
+
1
−
2
View file @
361765f4
/*!
/*!
\file IdealGasL
o
w.h
\file IdealGasL
a
w.h
\brief Declaration of class IdealGasLow for fluid density by the ideal gas
\brief Declaration of class IdealGasLow for fluid density by the ideal gas
law depending on one variable linearly.
law depending on one variable linearly.
...
@@ -83,7 +83,6 @@ private:
...
@@ -83,7 +83,6 @@ private:
/// Get the partial differential of density with the respect to pressure
/// Get the partial differential of density with the respect to pressure
/// \param T Temperature in K.
/// \param T Temperature in K.
/// \param pg Gas phase pressure in Pa.
double
dIdealGasLaw_dp
(
const
double
T
,
const
double
/* pg */
)
const
double
dIdealGasLaw_dp
(
const
double
T
,
const
double
/* pg */
)
const
{
{
return
_molar_mass
/
(
PhysicalConstant
::
IdealGasConstant
*
T
);
return
_molar_mass
/
(
PhysicalConstant
::
IdealGasConstant
*
T
);
...
...
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